promotional bannermobile promotional banner

SimpleAnnounce

Simple timed announcements/news messages

File Details

SimpleAnnounce v0.5.2

  • B
  • Dec 24, 2011
  • 8.37 KB
  • 1.4K
  • CB 1.0.1-R1

File Name

SimpleAnnounce.jar

Supported Versions

  • CB 1.0.1-R1

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