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

๐Ÿ–ฑ๏ธCommand & Permissions

The main command is /guilds, with the aliases /g and /guild. The /gc, /gchat and /guildchat aliases are shortcuts that go straight to guild chat.

The xp and level sub-commands can be run from the console and target any guild by id or name: /guild xp <guildId|name> <add|remove|set> <amount>. Every other command must be run by a player and (unless noted) requires the sender to be in a guild.

Command
Parameters
Permission
Capabilities

/guild create

<name> [tag]

guilds.command.create

Create a guild

/guild disband

guilds.command.disband

Disband your guild

/guild info

guilds.command.info

Show guild info

/guild list

guilds.command.list

List members by rank

/guild open

guilds.command.open

Open the guild GUI

/guild invite

<player>

guilds.command.invite

Invite a player

/guild accept

<guild>

guilds.command.accept

Accept an invitation

/guild leave

guilds.command.leave

Leave your guild

/guild kick

<player>

guilds.command.kick

Kick a member

/guild ban

<player>

guilds.command.ban

Ban a player

/guild unban

<player>

guilds.command.unban

Unban a player

/guild promote

<player>

guilds.command.promote

Promote a member

/guild demote

<player>

guilds.command.demote

Demote a member

/guild admin

<player>

guilds.command.admin

Transfer ownership

/guild rename

<name>

guilds.command.rename

Rename the guild

/guild tag

<tag>

guilds.command.tag

Set the guild tag

/guild color

<color>

guilds.command.color

Set the tag color

/guild description

<text>

guilds.command.description

Set the description

/guild chat

[message]

guilds.command.chat

Toggle or send guild chat

/guild maxmembers

<amount>

guilds.command.maxmembers

Set the max members

/guild log

[page]

guilds.log

View the guild log

/guild check

<player>

guilds.check

Check a player's guild status

/guild xp

<guild> <add|remove|set> <amount>

guilds.xp guilds.xp.<add|remove|set>

Modify guild XP

/guild level

<guild> <add|remove|set> <amount>

guilds.level guilds.level.<add|remove|set>

Modify guild level

/guild reload

guilds.reload

Reload the configuration

Permission Groups

For the xp and level parent commands the sender needs both the parent node (guilds.xp / guilds.level) and the node for the specific action (guilds.xp.set, guilds.xp.add, guilds.xp.remove, and the equivalent guilds.level.*).

The maximum number of members a player can set with /guild maxmembers is capped by the tiers defined under max-members in the configuration (default, vip, admin).

Last updated