Allow protecting and penalizing trampling of crops.

This commit is contained in:
graywolf336
2014-01-21 21:37:52 -06:00
parent 4e06336c99
commit 863793543f
5 changed files with 45 additions and 0 deletions

View File

@ -9,6 +9,8 @@ public enum LangString {
BLOCKPLACING ("actions"),
/** Section for when they try to do a command that isn't whitelisted. */
COMMAND ("actions"),
/** Section for when a player tramples a crop and protection is enabled. */
CROPTRAMPLING ("actions"),
//Jailing section

View File

@ -15,6 +15,8 @@ public enum Settings {
COMMANDPROTECTION("jailing.during.commandProtection"),
COMMANDWHITELIST("jailing.during.commandWhitelist"),
COUNTDOWNTIMEOFFLINE("jailing.during.countDownTimeWhileOffline"),
CROPTRAMPLINGPENALTY("jailing.during.cropTramplingPenalty"),
CROPTRAMPLINGPROTECTION("jailing.during.cropTramplingProtection"),
DEBUG("system.debug"),
DEFAULTJAIL("jailing.jail.defaultJail"),
DELETEINVENTORY("jailing.jail.deleteInventory"),