RuBukkit thread | Documentation (Russian) | Original
ReActions plugin for Paper is a tool to handle server events. It gives you an ability to check for specific flags, and by its results, perform different actions. Syntax is unbelievable simple:
EVENT:
activator:
condition-check: condition
flags:
- FLAG=test
- ANOTHER_FLAG=test:value
actions:
- ACTION=do:something
reactions:
- ACTION=do:{something, but if flag wasn't successful}
- ANOTHER_ACTION=do something else
To compile the plugin all you need is to have Maven. So, if you already have it, just execute mvn clean package
.
You can get the latest stable release from the Releases tab.
Latest snapshot is available in the Actions tab.
Project is published under GPL v3.
Also, project contains some of edited code from Quartz Scheduler.