Skip to content
 
 

Latest commit

 

History

890 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReActions

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

Get it

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 Release tab.

Latest snapshot is available in the Actions Snapshot tab.

License

Project is published under GPL v3.

Also, project contains some of edited code from Quartz Scheduler.

About

Simplest scripting engine for Paper server

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages