RegionEvents
RegionEvents is a modern plugin for Minecraft servers that monitors player movement between regions created using WorldGuard.
The plugin provides a convenient API for working with players in specific regions, allows searching for regions by world or coordinates, and listening to events when players enter or leave regions.
Key Features
- Receiving notifications when players enter and exit regions
- Tools for finding regions in a specific world or location
- Determining the list of players in a specified region
- Asynchronous processing - movement checks are performed in the background before region events fire
- Easy to use and integrate
Technical Requirements
The plugin is designed to work on Paper (or its forks) servers version 1.21.1 and above.
Building the project requires Java 21+ and Gradle-Kotlin:
git clone git@github.com:aivruu/region-events
cd region-events
./gradlew shadowJar
Documentation
The plugin's source code is well-documented for understanding its functionality and development capabilities. Guides are available for API import, obtaining plugin instances, working with region management tools, and using events.