SimpleCronClone v1.3

Details

  • Filename
    SimpleCronClone.zip
  • Uploaded by
  • Uploaded
    Mar 21, 2016
  • Size
    96.29 KB
  • Downloads
    150
  • MD5
    a27abbcb63dfc8d08dbb7bafa3d487dd

Supported Bukkit Versions

  • 1.9

Changelog

v 1.3

built from this commit, changes since last release here

BREAKING in v1.3

EventEngine no longer passes PlayerName around, instead it passes the UUID only. If this presents a problem for those that use the EE, please let me know and we can figure out another way besides adding even more event arguments...

v 1.2

built from this commit, changes since last release here

SimpleCronEvents

Per request, two new SCE events: playerDeath, and playerRespawn. see the events page for more info and what the arguments are.

SimpleCronClone

No changes to SCC

Reloading the server with the console command reload while scripts are running may or may not leave them paused/in an unknown state. This is being worked on, however for the time being it is recommended not to use reload to reload all your plugins, just restart the server instead. (to re-parse the tab.scc and tab.sce use the /simplecronclone restart command)

BREAKING in v1.3

EventEngine no longer passes PlayerName around, instead it passes the UUID only. If this presents a problem for those that use the EE, please let me know and we can figure out another way besides adding even more event arguments...

BREAKING in v1.1

The tab.sce format for the EventEngine had to be re-worked from the ground up, you will have to re-write it! I could not get a converter working well enough to make it convert for you automatically. For this I am sorry. See tab-format for what the new format looks like, also look at the example tab.sce file included in the download.