For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐ŸชถInstallation

UltimateGuilds requires Java 21 and a server running Minecraft 1.20+ (Paper is recommended).

  • Drop the UltimateGuilds-Bukkit jar into the server plugins folder and start the server once to generate the configuration.

  • By default the plugin stores data in an embedded H2 database, so it works out of the box with no extra setup.

  • To use MariaDB, set database.type to MariaDB and fill in the database.mariadb credentials in config.yml.

  • For multi-server / proxy networks, set enable-proxy-support to true and configure the database.redis connection. Redis is only used to synchronise guilds across servers โ€” a single server does not need it.

Last updated