Guilds

A Fabric plugin that allows players to create or joins an organization where they can team up together.

Highlights

  • Create and manage guilds easily using user interface.

  • A separate chat for guild members for privacy and communicate easily.

  • Tax system to stop inactive guilds from staying in your server.

  • Guild warps to allow members to teleport to guilds important locations such as home base.

  • Guilds can easily create their own ranks and with their own unique permission.

  • Application system that allows the guilds to check the player first and decides whether to accept or reject them.

  • Perk Shop where guilds can buy perks to make their guilds stronger, better and make their members life easier.

Commands

Command
Permission
Description

/guilds

N/A

Opens the guilds user interface.

/guilds info

N/A

Shows the plugin information and commands.

/guilds reload

guilds.command.reload

Reloads the configuration files.

/guilds warp [<warp>]

guilds.command.warp

Opens the guild warps user interface or warp directly at the specified warp name.

/guilds chat [<message>]

guilds.command.chat

Toggles the guilds chat or sends a single message to the guilds chat.

/guilds leaderboard set/remove

guilds.command.leaderboard

Sets or removes the leaderboard hologram.

/guilds star give/take <amount> <target>

guilds.command.star

Gives or takes guild stars.

Extra Permissions

Permission
Description

guilds.chat.spy

Allows to see every guilds chat.

guilds.bypass.all

Allows to joins a guild immediately and have every guild permissions.

Main Configuration

chevron-rightExpandhashtag

User Interface Configuration

chevron-rightExpandhashtag

Messages Configuration

chevron-rightExpandhashtag

Placeholders

Placeholder
Description

%guilds:isfounder%

Returns true if the player is the guild founder.

%guilds:rank%

Returns the player's guild rank.

%guilds:id%

Returns the player's guild ID.

%guilds:name%

Returns the player's guild name.

%guilds:stars%

Returns the player's guild stars.

%guilds:bank%

Returns the player's guild bank balance.

%guilds:bank_formatted%

Returns the player's formatted guild bank balance.

%guilds:member_size%

Returns the player's guild current members size.

%guilds:member_max%

Returns the player's guild max members.

%guilds:tax_amount%

Returns the player's guild tax.

%guilds:tax_amount_formatted%

Returns the player's formatted guild tax.

%guilds:tax_collection_time%

Returns the player's guild tax collection time.

%guilds:has_permission [permission]%

Returns true if the player has the specified guild permission.

Dependencies

Example

Last updated