Guild Handler
Constructors
Functions
Link copied to clipboard
Add guild perms to a specific player
Link copied to clipboard
Add all guild permissions to all players in the guild
Link copied to clipboard
Adds a pending ally
Link copied to clipboard
Adds a role perm to a player
Link copied to clipboard
Check if a word is in the blacklist or not
Link copied to clipboard
Clear both lists
Removes a player from the list of spies and the chat map when they log out of the server.
Link copied to clipboard
Check if a guild name already exists
Link copied to clipboard
Simple method to check if a guild is full or not
Link copied to clipboard
Checks if a player has any pending guild invites and sends them a message with the list of guilds they have been invited to.
Link copied to clipboard
Method to create new vault
Link copied to clipboard
Get the formatted placeholder that uses brackets
Link copied to clipboard
Retrieves a [guild] by its name.
Returns the guild object corresponding to the given UUID.
Retrieve the guild of an offline player.
Link copied to clipboard
Retrieves the guild that has a matching invite code.
Link copied to clipboard
Get the guild that a player belongs to by their UUID.
Link copied to clipboard
Get an instance of the guild member object via their uuid
Link copied to clipboard
Returns a string list of the name of all guilds on the server
Link copied to clipboard
Retrieve a guild role by level
Link copied to clipboard
Returns the amount of guilds existing
Link copied to clipboard
Retrieve a GuildTier object by level.
Link copied to clipboard
Get the inventory of a specified guild vault.
Link copied to clipboard
Returns a list of the names of all the guilds that an offline player has been invited to.
Link copied to clipboard
Get a total list of all joinable guilds to a player
Link copied to clipboard
Retrieves the lowest role in the guild hierarchy.
Link copied to clipboard
Returns the lowest guild tier.
Link copied to clipboard
Returns the max tier level
Link copied to clipboard
Get a guild's name by it's IDd
Link copied to clipboard
Get a list of the online members that can invite people
Link copied to clipboard
Get a list of all public guilds on the server
Link copied to clipboard
Create a guild upgrade ticket
Link copied to clipboard
Handles sending a chat message to all allies of a guild
Link copied to clipboard
open fun handleCodeList(commandManager: PaperCommandManager, player: Player, codes: List<GuildCode>)
Handle sending code list message to prevent DRY
Link copied to clipboard
Handles sending guild chat messages to the proper locations
Link copied to clipboard
Handle inviting player when redeeming a code
Link copied to clipboard
Check if a guild has a specific vault unlocked
Link copied to clipboard
Link copied to clipboard
Compare two guilds to see if they are the same.
Check if two players are in the same guild or not.
Link copied to clipboard
Check the guild ticket itemstack
Link copied to clipboard
Checks whether a guild satisfies the member requirement to upgrade to the next tier.
Link copied to clipboard
Notify all allies of a guild that's being deleted.
Link copied to clipboard
Simple method to inform all online inviters that someone wants to join
Link copied to clipboard
Checks if a prefix is valid or not based on guild settings.
Link copied to clipboard
Remove a guild from all other guilds allies or pending allies when deleted
Link copied to clipboard
Removes an ally of a guild.
Link copied to clipboard
Remove a player from the chat list
Link copied to clipboard
Removes a [guild] from the list and deletes it from the database.
Link copied to clipboard
Remove guild perms from a specific player
Link copied to clipboard
Remove all guild permissions from all players in the guild
Link copied to clipboard
Removes a pending ally
Link copied to clipboard
Removes a set of permissions from a player
Link copied to clipboard
Removes a role perm from a player
Link copied to clipboard
Remove the role permission from all members when the guild is disbanded
Link copied to clipboard
Link copied to clipboard
Upgrades the tier of a guild.