Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Links
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last year
ReActions 
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


