promotional bannermobile promotional banner

TriggerReactor

VT or Skript like plugin allow you from shallow functionality to deep access to the server itself.

File Details

TriggerReactor-2.0.0

  • B
  • Jul 21, 2018
  • 642.36 KB
  • 283
  • 1.12+12

File Name

TriggerReactor.jar

Supported Versions

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

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.