TriggerReactor-1.0.1
Details
-
FilenameTriggerReactor.jar
-
Uploaded by
-
UploadedJun 17, 2017
-
Size210.38 KB
-
Downloads257
-
MD5d5b8052cee4a4f9a91c17e284b2a4c15
Supported Bukkit Versions
- 1.12
- 1.11
Changelog
1.0.1
- Few new functions to CommonFunctions. See the Variable section of Trigger in Wiki
- Fixed where using integer value for 'vault' related functions didn't work
- #SOUND and #SOUNDALL executor fix (you need to manually delete them before starting server, so it can be copied from the jar)
- Argument merge function no longer add extra space at the end of String.
- Fixed where /trg reload might can duplicates Listeners for CustomTrigger.
- Fixed parser where list of logics didn't parse properly
- Added boolean negation operator. See wiki's Logic for more info
- Added custom event PlayerPermissionCheckEvent. You can see more info in the Wiki's CustomEvents under Misc