mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-12 02:46:25 +00:00
economy uncharge removed
now charges before teleporting after it's found a safe spot
This commit is contained in:
@@ -17,12 +17,10 @@ Settings:
|
||||
FactionsUUID: false
|
||||
## Output to console some debugging info
|
||||
Debugger: false
|
||||
## Must be a positive integer #
|
||||
MinRadius: 25
|
||||
## Amount of chunks to preload around a safe location
|
||||
PreloadRadius: 5
|
||||
## Maximum amount of tries before BetterRTP gives up and sends a NotSafeMessage #
|
||||
MaxAttempts: 15
|
||||
MaxAttempts: 32
|
||||
RtpOnFirstJoin: # Will execute as console to override delays
|
||||
Enabled: false # Make the player rtp when joining the server for the first time
|
||||
World: 'world' # World to first rtp in
|
||||
@@ -62,6 +60,8 @@ BlacklistedBlocks:
|
||||
- air
|
||||
- void_air
|
||||
- bedrock
|
||||
- oak_leaves
|
||||
- jungle_leaves
|
||||
|
||||
## Worlds to NOT allow /rtp in, unless there is an override to another enabled world #
|
||||
DisabledWorlds:
|
||||
|
||||
18
src/main/resources/locations.yml
Normal file
18
src/main/resources/locations.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
#Locations where rtp will center upon
|
||||
#Format:
|
||||
# LOCATION_NAME:
|
||||
# World: world
|
||||
# CenterX: 100
|
||||
# CenterY: 150
|
||||
# MaxRadius: 100
|
||||
# MinRadius: 5
|
||||
Settings:
|
||||
Enabled: false
|
||||
RandomLocations: true #When rtp'ing, a random location will be selected, else the nearest will be selected
|
||||
Locations:
|
||||
main_loc:
|
||||
World: world
|
||||
CenterX: 100
|
||||
CenterY: 150
|
||||
MaxRadius: 100
|
||||
MinRadius: 5
|
||||
Reference in New Issue
Block a user