World now per range instead of global + CmdWild cleanup

This commit is contained in:
DroppingAnvil
2020-05-12 14:41:12 -05:00
committed by droppinganvil
parent ece5dd0bb7
commit 0ea56fe5d2
2 changed files with 7 additions and 5 deletions

View File

@@ -1438,8 +1438,6 @@ Wild:
Enabled: true
# Time to wait in seconds #
Wait: 5
# World players will be teleported to #
World: 'World'
# General GUI Settings #
GUI:
Name: 'Teleporter'
@@ -1450,6 +1448,7 @@ Wild:
Zones:
# You may create your own zones here please just follow the original format #
Close:
World: World
Range:
MinX: -200
MaxX: 200
@@ -1464,6 +1463,7 @@ Wild:
Name: '&cLow Range'
Slot: 1
Medium:
World: World
Range:
MinX: -400
MaxX: 400
@@ -1478,6 +1478,7 @@ Wild:
Name: '&cMedium Range'
Slot: 4
Far:
World: World
Range:
MinX: -800
MaxX: 800