diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e46fa42..ede830b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -132,6 +132,7 @@ PermissionGroup: #Player requires "betterrtp.group." 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." to trigger thes - Build_World: MaxRadius: 25000 MinRadius: 10000 - Price: 15 \ No newline at end of file + Price: 15 + Cooldown: 1500 \ No newline at end of file