Claim Utils
ClaimUtils is a class that provides utility methods for claim management in a server game.
Functions
Returns a boolean value indicating if a claim with the same name as the given guild already exists.
Returns a boolean value indicating if a claim with the given name already exists in the player's world.
Checks if the claim made by the player overlaps with any other regions
Check if the PvP is disabled for the player.
Returns the first point of a claim based on the player's location and the radius.
Returns the second point of a claim based on the player's location and the radius.
Creates a claim for the specified guild using the provided selection
Creates a claim for the specified guild using the player's selection
Deletes the claim for the given guild.
Returns the name of a claim based on the given guild.
Returns the members of the given claim.
Checks if the player's current world is disabled for claiming
Kicks a player from the specified guild claim.
Removes the claim for the specified guild
Removes a player from the members of the specified claim.
Sets the greeting message for the specified claim.
Sets the farewell message for the specified claim.