economy uncharge removed

now charges before teleporting after it's found a safe spot
This commit is contained in:
SuperRonanCraft
2020-10-01 11:55:56 -04:00
parent 7b2871f17d
commit ea1fa435dd
5 changed files with 63 additions and 13 deletions

View File

@@ -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:

View 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