Installation
- Download the LandClaimer.jar file.
- Place the jar file in your server's plugins folder.
- Restart your server or use a plugin manager to load the plugin.
- The plugin will generate a default configuration file. Adjust as needed.
Commands
- /claim - Claim the chunk you're standing in
- /claim info - View information about the current chunk
- /claim auto - Toggle auto-claiming on/off
- /claim friend add <player> - Add a friend to all your claims
- /claim friend remove <player> - Remove a friend from all your claims
- /claim rename <name> - Rename the claim you're standing in
- /unclaim - Unclaim the chunk you're standing in
- /claims - Open a GUI to view and manage all your claims
Permissions
- landclaimer.use - Allows use of basic LandClaimer commands (default: true)
- landclaimer.vip - Allows players to have an increased claim limit (default: op)
- landclaimer.admin - Allows use of administrative LandClaimer commands (default: op)
Configuration
yaml
# Economy settings
claim_cost: 100.0
unclaim_refund: 50.0
free_claims: false
# Claim limits
default_claim_limit: 10
vip_claim_limit: 20
# Database settings (if applicable)
use_database: false
database:
host: localhost
port: 3306
database: landclaimer
username: root
password: password
Adjust these values in the config.yml file to customize the plugin's behavior.
Features
Claiming Land
Use /claim while standing in a chunk to claim it. If economy is enabled, the configured amount will be deducted from your balance.
Auto-Claim
Toggle auto-claim with /claim auto. When enabled, you'll automatically claim new chunks as you walk into them (if you have available claim slots and sufficient funds).
Friend System
Add friends to your claims using /claim friend add <player>. Friends can interact with blocks in your claims but can't unclaim them.
Claim Management
Use /claims to open a GUI showing all your claims. Click on a claim to teleport to it.
Claim Renaming
Personalize your claims by renaming them with /claim rename <name>.
Protection
Claimed chunks are protected from modifications by non-owners and non-friends.
VIP System
Players with the landclaimer.vip permission have an increased claim limit.
FAQ
Q: Can I use this plugin with other protection plugins? A: LandClaimer is designed to work independently, but it may conflict with other land protection plugins. Test compatibility on a separate server first.
Q: How do I increase a player's claim limit? A: Grant them the landclaimer.vip permission, or adjust the vip_claim_limit in the config.
Q: Can players break blocks in their friends' claims? A: Yes, friends have full access to interact with blocks in the claim.
Q: How can I make claims free? A: Set free_claims: true in the config.yml file.