Claims
This plugin allows administrators to create, edit, list, and teleport to land claims on a PocketMine server. These claims have a variety of customizable flags to define what actions are permitted within the claim's boundaries.
Features
- Claim creation with automatic name collision resolution.
- Session-based claim creation process.
- Claim management with claim editing and deletion.
- Player-specific permission system for claim flags.
Usage
Claim Creation
/claim pos1
: Set the first position for the claim./claim pos2
: Set the second position for the claim./claim create [name]
: Create a claim with the specified name.
Claim Management
/claim remove [name]
: Remove the claim with the specified name./claim list
: List all the claims./claim tp [name]
: Teleport to the claim with the specified name.
Claim Flag Management
/claim editflags [name]
: Opens a GUI for editing claim flags.
Claim Flags
nobreak
: Disables Block Breaking inside that Claimnobuild
: Disables Block Building inside that Claimnofall
: Disables Fall Damage inside that Claimnodamage
: Disables All Damage inside that Claimnopvp
: Disables All Combat inside that Claim
Installation
- Copy the plugin
.phar
file to theplugins
directory of your PocketMine server. - Restart the server to load the plugin.
- Start using the plugin with the
/claim
command.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.