File Details
DayJobs v2.1
- R
- Nov 15, 2011
- 32.84 KB
- 7.9K
- CB 1337
File Name
DayJobs-CHARLIE-2_1-final.zip
Supported Versions
- CB 1337
- The item value "NOTHING" can now be either "NOTHING" or "NONE", it will evaluate to the same thing.
- Placing a "-" in front of a block or item will except it from any previous allow statements. For example:
Would allow all blocks, except for obsidian and TNT to be placed.
can-place: - ALL - -OBSIDIAN - -TNT
- Placing a "+" in front of a block or item will add it to the list of allowed items/blocks, regardless of previous statements. For example:
Would disallow all blocks, but will allow Cobblestone and dirt to still be placed.
can-place: - NOTHING - +COBBLESTONE - +DIRT
- Item usage on mobs and other entities now denies correctly. Restricted weapons/blocks/items no longer work on mobs.
- Changed some output text colors, and re-worded the more "awkward" phrases.
- New configuration option, "can-smelt" allows you to restrict what a player is capable of smelting in a furnace.
- Configurable message structure in config.yml has been changed. Please see the provided example config.yml for an example of the new structure.