This is the new home for the plugins that Monumenta develops and encourages other servers to take advantage of. Monumenta is a free, community-developed Complete-The-Monument MMORPG Minecraft server.
This project consists of several modules, which are independent plugins:
| Module | Description |
|---|---|
| Network Relay | A cross-server message plugin w/ RabbitMQ. |
| Redis Sync | Redis backend for playerdata. |
| Network Chat | A cross-server chat plugin. |
| Structure Management | Monumenta's respawning POI w/ FAWE. |
| World Management | Tools for managing worlds. |
Dependencies available on maven.
Maven
<repository>
<id>monumenta</id>
<name>Monumenta Maven Repo</name>
<url>https://maven.playmonumenta.com/releases</url>
</repository>Gradle (groovy)
maven {
name "monumenta"
url "https://maven.playmonumenta.com/releases"
}Gradle (kotlin)
maven {
name = "monumenta"
url = uri("https://maven.playmonumenta.com/releases")
}