Revisions for ⁨config.yml⁩

View the changes made to this paste.

unlisted ⁨1⁩ ⁨file⁩ 2023-07-18 15:28:48 UTC

config.yml

@@ -1,14 +1,19 @@

+# Coding by HogeltBellai
+# For spigot.org
+
 blocks:
-  COAL_ORE:
+  GRASS:
     cooldowns: 5
     money: 1
-  IRON_ORE:
+  STONE:
     cooldowns: 10
     money: 5
-  GOLD_ORE:
+  OAK_LOG:
     cooldowns: 15
     money: 10
-    
+
+replace_block: AIR
+
 messages:
   no-break: "You don't have permission for break here!"
-  break: "&aAdd money {money} for your balance"
\ No newline at end of file
+  break: "&aAdd money {money} for your balance"

config.yml

@@ -0,0 +1,14 @@

+blocks:
+  COAL_ORE:
+    cooldowns: 5
+    money: 1
+  IRON_ORE:
+    cooldowns: 10
+    money: 5
+  GOLD_ORE:
+    cooldowns: 15
+    money: 10
+    
+messages:
+  no-break: "You don't have permission for break here!"
+  break: "&aAdd money {money} for your balance"
\ No newline at end of file