๐ชถInstallation
Last updated
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.
PlaceholderAPI and LuckPerms are optional soft dependencies. Install them if you want %guilds_*% placeholders or automatic guild-tag suffixes.
Last updated