Duties-1.3.0

Details

  • Filename
    Duties.jar
  • Uploaded by
  • Uploaded
    Aug 8, 2013
  • Size
    52.49 KB
  • Downloads
    965
  • MD5
    a882094fa2cd1d06156e9046ffac6f85

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

If updating from previous version: It's only required to regenerate messages.yml! Use '/duties updateconfig' to update config.yml.

Unintendedly the Vault plugin is now required for the plugin to operate. Please install that or you will get errors.

Major changes:

  • Build against dev build bukkit-1.6.2-R0.2, Vault 1.2.26 and TagAPI 2.5.
  • Fixed the color codes in the default messages.yml. Should fix the YAML parser errors on Linux.
  • Fixed an error related to TagAPI which caused the duty deactivation algorithm to fail handling with offline on-duty players.
  • Fixed some grammar in messages.yml
  • Moved the config.yml/MessageTag setting to messages.yml/Tag which now is editable without reloading.
  • Set the default Duties label to the italic font.
  • Changed the health variables to double type.
  • DisableDrops is now DisableDeathDrops.
  • Introduced DisableKillDrops which removes all drops from players/mobs who are killed by on-duty players.
  • Introduced DenyDesiredDrops which prevents on-duty players from dropping items by pressing Q.
  • Added the "/duties updateconfig" command to the help message.
  • As mentioned, the Vault plugin is required for the plugin to operate.
  • Unfortunately Duties is no longer able to teleport offline on-duty players to their off-duty position. I'm not sure when this functionality broke down but I assume the bukkit API no longer provides any method of achieving this. I might be able to work around it using craftbukkit instead of bukkit as a dependency. If until when please disable the "KeepStateOffline" config option, or make sure to disable dutymode for every player before the server reloads or shuts down. Luckily the other stuff like inventory, hunger and health seems to be intact.