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