SimpleAnnounce v0.5.2

Details

  • Filename
    SimpleAnnounce.jar
  • Uploaded by
  • Uploaded
    Dec 24, 2011
  • Size
    8.37 KB
  • Downloads
    1,378
  • MD5
    fa4a1236fb2c217539baaf6a4c525ac3

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

------------------------------------------------------------------------
r7 | taylorjb | 2011-12-24 23:49:45 +0000 (Sat, 24 Dec 2011) | 4 lines
Changed paths:
   A /trunk/.settings
   M /trunk/plugin.yml
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simpleannounce/SimpleAnnounce.java
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simpleannounce/message/Message.java

Fixed config reloading
Fixed loggers
Debug prints to server.log
Added some notes to config header to help users better understand options
------------------------------------------------------------------------
r6 | taylorjb | 2011-12-24 21:30:14 +0000 (Sat, 24 Dec 2011) | 6 lines
Changed paths:
   M /trunk/plugin.yml
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simpleannounce/SimpleAnnounce.java
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simpleannounce/message/Message.java
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simpleannounce/message/RepeatingMessage.java

Added debug-mode
Added auto-reload time
Changed config loading so it will "verify" all nodes exist and add them as necessary
Added /simpleannounce command for help and reloading config manually and related permissions
Message tasks are now created once loaded, rather than added to a list which is looped through to add all at once
When config is loaded, all tasks for plugin are canceled to prevent conflict/duplicates/ghosts
------------------------------------------------------------------------