mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Modify tpr behavior to always teleport to the center of the world
Closes #1
This commit is contained in:
parent
8e6906b639
commit
4de4985e4b
1 changed files with 18 additions and 0 deletions
18
plugins/Essentials/tpr.yml
Normal file
18
plugins/Essentials/tpr.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Configuration for the random teleport command.
|
||||||
|
# Some settings may be defaulted, and can be changed via the /settpr command in-game.
|
||||||
|
min-range: 0.0
|
||||||
|
excluded-biomes:
|
||||||
|
- cold_ocean
|
||||||
|
- deep_cold_ocean
|
||||||
|
- deep_frozen_ocean
|
||||||
|
- deep_lukewarm_ocean
|
||||||
|
- deep_ocean
|
||||||
|
- deep_warm_ocean
|
||||||
|
- frozen_ocean
|
||||||
|
- frozen_river
|
||||||
|
- lukewarm_ocean
|
||||||
|
- ocean
|
||||||
|
- river
|
||||||
|
- warm_ocean
|
||||||
|
find-attempts: 0
|
||||||
|
cache-threshold: 0
|
Loading…
Reference in a new issue