DayJobs v2.1

Details

  • Filename
    DayJobs-CHARLIE-2_1-final.zip
  • Uploaded by
  • Uploaded
    Nov 14, 2011
  • Size
    32.84 KB
  • Downloads
    7,769
  • MD5
    0616e9bafd7336308df6fcebea04cd82

Supported Bukkit Versions

  • CB 1337

Changelog

  • 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:
            can-place:
                     - ALL
                     - -OBSIDIAN
                     - -TNT
        
    
    Would allow all blocks, except for obsidian and TNT to be placed.
  • 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:
           can-place:
                     - NOTHING
                     - +COBBLESTONE
                     - +DIRT
        
    
    Would disallow all blocks, but will allow Cobblestone and dirt to still be placed.
  • 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.