cooldown can be set per world type + addons fix

This commit is contained in:
RonanCraft
2022-04-12 14:51:35 -04:00
parent 201f645c43
commit 5ebee9590b
15 changed files with 77 additions and 21 deletions

View File

@@ -102,6 +102,7 @@ CustomWorlds:
Shape: 'square'
MaxY: 320
MinY: 0
Cooldown: 60
- other_custom_world:
MaxRadius: 10000
MinRadius: 150

View File

@@ -12,7 +12,6 @@
Enabled: false #enable the locations feature
RequirePermission: false #Require players to have `betterrtp.location.<world_name>`
UseLocationIfAvailable: true #Will choose a location upon `/rtp` if location(s) is available in the world
#OnlyAllowInWorld: true #Only allow players to use locations that correspond to the world they are standing in #coming soon
Locations:
- main_loc:
@@ -23,4 +22,5 @@ Locations:
MinRadius: 5 #optional
Shape: square #optional
MinY: 0 #optional
MaxY: 320 #optional
MaxY: 320 #optional
Cooldown: 300 #optional