mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-14 03:46:14 +00:00
cooldown can be set per world type + addons fix
This commit is contained in:
@@ -102,6 +102,7 @@ CustomWorlds:
|
||||
Shape: 'square'
|
||||
MaxY: 320
|
||||
MinY: 0
|
||||
Cooldown: 60
|
||||
- other_custom_world:
|
||||
MaxRadius: 10000
|
||||
MinRadius: 150
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user