Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Paper
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 2 months ago
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