Download RegionEvents — Minecraft Mods — ModStock

RegionEvents

Active

Downloads

0

Last update

6 months ago

Versions

1.21.1 — 1.21.4
Server
Utils

region-events | Codacy Badge

GitHub Actions Workflow Status GitHub License GitHub commit activity

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.

Features

  • Listen to events when player enters or leaves a region.
  • Provide useful functions to search possible regions at a specific world or location, or get the players that are in a region.
  • Async, plugin uses an async-task to check by players' movements in/out of regions prior region's action's event firing.
  • Easy to use.

Documentation

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.

Building

The plugin's dependency-manager structure uses Gradle-Kotlin and requires Java 21+ for compilement.

git clone git@github.com:aivruu/region-events
cd region-events
./gradlew shadowJar
Project members
Aivruu

Aivruu

Developer