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

โœจFeatures

GUI

Everything is controllable via GUI for more pleasant management. From a single menu members can browse the roster, review pending invites and bans, read the guild log, and manage other players.

Ranks & Hierarchy

Each member holds one of five ranks: Guild Master, Co-Leader, Moderator, Member and Recruit. Ranks are changed with /guild promote and /guild demote, and ownership can be handed over with /guild admin.

Member Status

There are messages to indicate who joins or leaves the server and is part of the guild.

Guild Chat

It is possible to write in the Guild chat. All members will see it, even if they have it turned off. Toggle it with /guild chat, or send a one-off message using the gc, gchat or guildchat aliases.

Levels, XP & Multiplier

Guilds progress through an experience and level system. Each guild also carries a configurable multiplier that can be read through placeholders and used by other plugins. Staff can adjust these values directly with /guild xp and /guild level.

Tag & Color

Guilds can set a short tag and pick a hex color for it via /guild tag and /guild color. When LuckPerms is installed the tag is applied to the player's chat/nametag suffix.

Logs

Every action within the guild (create, invite, accept, kick, ban, unban, promote, demote, rename, tag change, ownership transfer, leave) is saved and can be viewed via /guild log or the GUI.

Guild Info

It is possible to see some guild info and the list of members based on rank via commands.

Bans & Invites

Players can be invited to a guild, and troublesome players can be banned so they can no longer be invited or join. Both invites and bans are tracked and manageable from the GUI.

Multi-Server Support

With enable-proxy-support and Redis enabled, guild data is shared across every server on the network, so members see the same guilds, chat and updates regardless of which server they are on.

Integrations

  • PlaceholderAPI โ€” exposes %guilds_*% placeholders (see placeholders.md).

  • LuckPerms โ€” applies the guild tag as a player suffix and can gate the maximum member count per permission group.

Last updated