promotional bannermobile promotional banner

DayJobs

A plugin to enforce and enhance role playing
Back to Files

DayJobs v2.1

File nameDayJobs-CHARLIE-2_1-final.zip
Uploaded
Nov 15, 2011
Downloads
7.9K
Size
32.8 KB
File ID
552642
Type
R
Release
Supported game versions
  • CB 1337

What's new

  • 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.

This mod has no related projects