A plugin that provides an API to work with events when a player enters or leaves a WorldGuard region.
RegionEvents is a modern-plugin that manages when a player enters or leaves a WorldGuard region in their world. This plugin provides an API to work
with players that are in a region, provide functions to search regions at a world or location, and listen to events when a player enters or leaves a region.
This plugin was made to run with Paper (or forks) on versions 1.21.1 and newer.
Plugin's code itself is already documented for a good understanding of what plugin does, and if another developers want to contribute, know where and how they can
do it, either way, there's guides to know how to implement and use the Plugin's API classes, utilities and events.
The plugin's dependency-manager structure uses Gradle-Kotlin and requires Java 21+ for compilement.
git clone [email protected]:aivruu/region-events
cd region-events
./gradlew shadowJar