From d8129df29b6d23ad9b1d1e4cd5dca609b61606df Mon Sep 17 00:00:00 2001 From: RonanCraft Date: Wed, 6 Apr 2022 17:27:02 -0400 Subject: [PATCH] cooldown defaults added to config --- src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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