TriggerReactor-2.0.0

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Jul 21, 2018
  • Size
    642.36 KB
  • Downloads
    155
  • MD5
    6ffa7ec56c1a7470a41552a0c8669b46

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2
  • 1.6.4
  • 1.6.2
  • 1.6.1
  • 1.5.2

Changelog

2.0.0

 

There were quite a lot of refactoring involving both Bukkit API and Sponge API. I designed carefully so that you do not lose your scripts, yet I highly recommend to back up all your data.

 

* Common

- Now CommonFunctions has shared part. The parent CommonFunctions is dedicated to neither Sponge or Bukkit. Methods in this parent CommonFunctions can be used by both Sponge and Bukkit side. 

- Supposedly fixed duplicating .trg files alongside the plain files.

- Now CustomTrigger register listener individually. Each Trigger now owns individual listeners.

 

* Sponge

- Now officially supports Sponge API 7. Did not tested on prior versions, and there is no guarantee if it will work for prior versions too.

 

* Bukkit

- Refactoring of bukkit related codes together with refactoring of core codes.