Skip to content

Repository files navigation

Monumenta Server Management

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.

Downloading

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")
}

About

Home of Monumenta's server management plugins we encourage you to use for your own servers!

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages