Explorar o código

Updates to config.yml & changelog

gmcferrin %!s(int64=13) %!d(string=hai) anos
pai
achega
5e93a4c9d3

+ 1 - 0
Changelog.txt

@@ -8,6 +8,7 @@ Version 2.0-dev
  - Fixed issue with Silk Touch & Double/Triple drops not working properly
  - Fixed issue with Silk Touch & Double/Triple drops not working properly
  - Fixed conflict with NoCheat plugin & Super Breaker/Giga Drill Breaker/Berserk/Leaf Blower (Issue #104)
  - Fixed conflict with NoCheat plugin & Super Breaker/Giga Drill Breaker/Berserk/Leaf Blower (Issue #104)
  - Fixed counter-attacking non-LivingEntity (Issue #100 & Issue #107)
  - Fixed counter-attacking non-LivingEntity (Issue #100 & Issue #107)
+ - Fixed various bugs with Leaf Blower
  - Added Monitor & ignoreCancelledEvents to onBlockPlace
  - Added Monitor & ignoreCancelledEvents to onBlockPlace
  - Made Anvil ID configurable
  - Made Anvil ID configurable
 
 

+ 1 - 1
src/main/java/com/gmail/nossr50/config/LoadProperties.java

@@ -256,7 +256,7 @@ public class LoadProperties {
 		mdiamond = readInteger("Experience.Mining.Diamond", 750);
 		mdiamond = readInteger("Experience.Mining.Diamond", 750);
 		miron = readInteger("Experience.Mining.Iron", 250);
 		miron = readInteger("Experience.Mining.Iron", 250);
 		mredstone = readInteger("Experience.Mining.Redstone", 150);
 		mredstone = readInteger("Experience.Mining.Redstone", 150);
-		mlapis = readInteger("Experience.Mining.lapis", 400);
+		mlapis = readInteger("Experience.Mining.Lapis", 400);
 		mobsidian = readInteger("Experience.Mining.Obsidian", 150);
 		mobsidian = readInteger("Experience.Mining.Obsidian", 150);
 		mnetherrack = readInteger("Experience.Mining.Netherrack", 30);
 		mnetherrack = readInteger("Experience.Mining.Netherrack", 30);
 		mglowstone = readInteger("Experience.Mining.Glowstone", 30);
 		mglowstone = readInteger("Experience.Mining.Glowstone", 30);

+ 3 - 4
src/main/resources/config.yml

@@ -20,8 +20,6 @@ Spout:
             Show_Faces: true
             Show_Faces: true
             Enabled: true
             Enabled: true
             Show_Display_Name: false
             Show_Display_Name: false
-    Images:
-        URL_DIR: http://mcmmo.rycochet.net/mcmmo/
     HUD:
     HUD:
         Default: STANDARD
         Default: STANDARD
         Retro:
         Retro:
@@ -127,9 +125,10 @@ Skills:
     Repair:
     Repair:
         Level_Cap: 0
         Level_Cap: 0
         Leather:
         Leather:
+            Name: Leather
             ID: 334
             ID: 334
         String:
         String:
-            Name: Leather
+            Name: String
             ID: 287
             ID: 287
         Stone:
         Stone:
             Name: Cobblestone
             Name: Cobblestone
@@ -141,6 +140,7 @@ Skills:
             Name: Gold Bars
             Name: Gold Bars
             ID: 266
             ID: 266
         Anvil_Messages: true
         Anvil_Messages: true
+        Anvil_ID: 42
         Diamond:
         Diamond:
             Name: Diamond
             Name: Diamond
             Level_Required: 50
             Level_Required: 50
@@ -229,7 +229,6 @@ Experience:
         Redstone: 150
         Redstone: 150
         Coal: 100
         Coal: 100
         Diamond: 750
         Diamond: 750
-        lapis: 400
         Iron: 250
         Iron: 250
 MySQL:
 MySQL:
     Enabled: false
     Enabled: false