cooldown defaults added to config

This commit is contained in:
RonanCraft 2022-04-06 17:27:02 -04:00
parent c04e8c0e7d
commit d8129df29b

View File

@ -132,6 +132,7 @@ PermissionGroup: #Player requires "betterrtp.group.<world_name>" to trigger thes
MaxRadius: 10000
MinRadius: 1000
Price: 100
Cooldown: 500 #optional
- Survival_World:
Priority: 10 #Higher the less prioritized
UseWorldBorder: false
@ -146,4 +147,5 @@ PermissionGroup: #Player requires "betterrtp.group.<world_name>" to trigger thes
- Build_World:
MaxRadius: 25000
MinRadius: 10000
Price: 15
Price: 15
Cooldown: 1500