Skip to main content

Commands and Permissions

info

To disable commands or edit their aliases, you can do so in the plugins/Guilds/config.yml file.

Player Commands

  • /guildchat <text>
    Send a guid message
    Aliases: gchat

Player Sub Commands

Usage: /guild <subCommandName>

  • accept
    Accept a guild invitation

  • chat <text>
    Send a guild message

  • create <name>
    Create a guild with the specified name

  • demote <player>
    Demote the player to the previous rank

  • disband
    Disbands the guild

  • discord [reset]
    Set or view the guild's discord link

  • help
    Prints the command list

  • info
    Prints information about your guild

  • invite <player>
    Invite the player to your guild

  • join <guild>
    Join a specified guild

  • leave
    Leave your current guild

  • members
    Lists players in your guild

  • mute <player>/everyone <time>
    Mutes the player or the whole guild

  • notifications
    Toggle guild join / leave notifications

  • online
    Show the current online members of your guild

  • onlinemode
    Toggle if offline players are displayed in the guild list

  • party
    Forms a party from your online guild members

  • promote <player>
    Promotes the player to the next rank

  • rename <name>
    Renames the guild

  • settings SHOWN <true/false>
    Lets players join without being invited and vice versa

  • settings DESCRIPTION <text>
    Modify the guild's description

  • slow
    Toggle slow chat, requiring guild members to wait 10 seconds between messages

  • tag <tag>/reset
    Sets the guild [TAG] or resets it

  • tagcolor <tagcolor>
    Sets the guild tag color

  • toggle
    Toggle guild chat for yourself

  • transfer <player>
    Transfers ownership of the guild to another player

  • unmute <player>/everyone
    Unmute a player or the whole guild

Administration Commands

Usage: /guildadmin <subCommandName>

  • /guildadmin info <guild>
    Get information about a guild

  • /guildadmin members <guild>
    List the members of a guild

  • /guildadmin menu
    Open the admin menu

  • /guildadmin create <name> <player>
    Create a guild for a player

  • /guildadmin disband <guild>/<player>
    Disband a guild by guild name or player name

  • /guildadmin kick <player>
    Kick a player from their guild

  • /guildadmin motd <guild> list/clear
    List or clear the MOTD of a guild

  • /guildadmin mute <guild> <player> <time>
    Mute a player from their guild

  • /guildadmin unmute <guild> <player>
    Unmute a player from their guild

  • /guildadmin setlevel <guild> <level>
    Set the level of a guild

  • /guildadmin setxp <guild> <xp>
    Set the xp of a guild

  • /guildadmin addlevel <guild> <level>
    Add levels to a guild

  • /guildadmin addxp <guild> <xp>
    Add xp to a guild

  • /guildadmin settag <guild> <tag>
    Set the tag of a guild

  • /guildadmin settagcolor <guild> <color>
    Set the tag color of a guild

  • /guildadmin transfer <guild> <player>
    Transfer the ownership of a guild

  • /guildadmin addleader <guild> <player>
    Add a player to a guild and make them leader

  • /guildadmin achievement <guild> <achievement> <action> [value]
    Manage guild achievements. Actions: add, set, reset

  • /guildadmin spy <true/false>
    Enable or disable guild chat spy

These commands require the admin permission. The command root can also be aliased through gadmin or guildsadmin in plugins/Guilds/config.yml.

Permissions

Config permissions are defined in the plugins/Guilds/config.yml file.

PathDescription
createAllows players to create a guild.
adminAllows players to use /guildadmin commands.
joinAllows players to join a guild without an invitation. (only if settings SHOWN is set to true)
tagAllows players to set a guild tag.
discordAllows players to set a guild discord link.