mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Updates to config.yml & changelog
This commit is contained in:
parent
cbeb994b69
commit
5e93a4c9d3
@ -8,6 +8,7 @@ Version 2.0-dev
|
||||
- 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 counter-attacking non-LivingEntity (Issue #100 & Issue #107)
|
||||
- Fixed various bugs with Leaf Blower
|
||||
- Added Monitor & ignoreCancelledEvents to onBlockPlace
|
||||
- Made Anvil ID configurable
|
||||
|
||||
|
@ -256,7 +256,7 @@ public class LoadProperties {
|
||||
mdiamond = readInteger("Experience.Mining.Diamond", 750);
|
||||
miron = readInteger("Experience.Mining.Iron", 250);
|
||||
mredstone = readInteger("Experience.Mining.Redstone", 150);
|
||||
mlapis = readInteger("Experience.Mining.lapis", 400);
|
||||
mlapis = readInteger("Experience.Mining.Lapis", 400);
|
||||
mobsidian = readInteger("Experience.Mining.Obsidian", 150);
|
||||
mnetherrack = readInteger("Experience.Mining.Netherrack", 30);
|
||||
mglowstone = readInteger("Experience.Mining.Glowstone", 30);
|
||||
|
@ -20,8 +20,6 @@ Spout:
|
||||
Show_Faces: true
|
||||
Enabled: true
|
||||
Show_Display_Name: false
|
||||
Images:
|
||||
URL_DIR: http://mcmmo.rycochet.net/mcmmo/
|
||||
HUD:
|
||||
Default: STANDARD
|
||||
Retro:
|
||||
@ -127,9 +125,10 @@ Skills:
|
||||
Repair:
|
||||
Level_Cap: 0
|
||||
Leather:
|
||||
Name: Leather
|
||||
ID: 334
|
||||
String:
|
||||
Name: Leather
|
||||
Name: String
|
||||
ID: 287
|
||||
Stone:
|
||||
Name: Cobblestone
|
||||
@ -141,6 +140,7 @@ Skills:
|
||||
Name: Gold Bars
|
||||
ID: 266
|
||||
Anvil_Messages: true
|
||||
Anvil_ID: 42
|
||||
Diamond:
|
||||
Name: Diamond
|
||||
Level_Required: 50
|
||||
@ -229,7 +229,6 @@ Experience:
|
||||
Redstone: 150
|
||||
Coal: 100
|
||||
Diamond: 750
|
||||
lapis: 400
|
||||
Iron: 250
|
||||
MySQL:
|
||||
Enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user