mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16: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 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
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user