Added options to disable various sound effects.

Fixes #1577
This commit is contained in:
GJ
2013-10-31 09:03:29 -04:00
parent 93d586592e
commit 41da32cd1b
7 changed files with 41 additions and 10 deletions

View File

@ -26,6 +26,8 @@ General:
Verbose_Logging: false
# Should mcMMO over-write configs to update, or make new ones ending in .new?
Config_Update_Overwrite: true
# Play level-up sounds
LevelUp_Sounds: true
#
# Settings for the mcMMO scoreboards
@ -170,6 +172,7 @@ Items:
Use_Cost: 1
Recipe_Cost: 5
Item_Name: FEATHER
Sound_Enabled: true
#
# Settings for Parties
@ -257,6 +260,8 @@ Skills:
Repair:
Level_Cap: 0
Anvil_Messages: true
Anvil_Placed_Sounds: true
Anvil_Use_Sounds: true
Anvil_Material: IRON_BLOCK
Salvage_Anvil_Material: GOLD_BLOCK
Salvage_tools: true
@ -291,6 +296,7 @@ Skills:
Block_Cracker:
SmoothBrick_To_CrackedBrick: true
Woodcutting:
Tree_Feller_Sounds: true
Level_Cap: 0
#
@ -386,4 +392,4 @@ Particles:
# These settings determine if fireworks should get launched when a player levels-up,
# this will happen by default for every 100 levels.
LevelUp_Enabled: true
LevelUp_Tier: 100
LevelUp_Tier: 100