Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.95 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.95 KB


Gaia

Gradle CI License Wiki Github release

What is Gaia?

Gaia is a lightweight arena management plugin for Minecraft servers.

It allows you to create snapshots of areas that you can later restore.

Click for video preview.
gaia_revert.mp4

Main Features:

  • Define arena regions
  • Restore arena regions to their original state
  • Teleport to defined arena points
  • Extremely efficient and lightweight
  • Extensible API
  • Support for custom translations and Localization

You can read about how it works in Technical Details.

Building

This project requires Java 21 or newer and uses Gradle (which comes with a wrapper, so you don't need to install it).

Open a terminal and run ./gradlew build.

Contributing - Developer API

Any contributions, large or small, major features, bug fixes, unit/integration tests are welcome and appreciated.

For information on how to use Gaia in your own projects check the Developer API wiki.