Getting Started
Prerequisites
- Server software: Spigot, Paper, Purpur, Folia, or Pufferfish
- Minecraft version 1.18 or higher
- A permissions plugin (e.g. LuckPerms, PermissionsEx) — optional but recommended
Installation
- Download SimpleClaimSystem from Modrinth or GitHub.
- Place the
SimpleClaimSystem.jarfile into your server's/pluginsfolder. - Start (or restart) your server — do not use
/reload. - The plugin will generate its configuration files in
/plugins/SimpleClaimSystem/. - Configure the plugin to your liking (see Configuration section).
- Use
/scs reloadto apply changes without restarting.
Creating Your First Claim
Once installed, players can start claiming land immediately:
- Stand in the chunk you want to claim.
- Run
/claimto claim the chunk you're standing in. - Optionally use
/claim <radius>to claim a radius of chunks at once. - Use
/claim mapto see a visual map of nearby claims in chat. - Use
/claim automapto automatically display the map when moving between chunks. - Use
/claim seeto visualize claim boundaries with particles. - Use
/claim main <name>to open the main GUI of your claim.
Tip: Use/claim listto open a GUI with all your claims, or/claimsto browse all server claims.
Setting Up Permissions (LuckPerms)
To configure permissions with LuckPerms:
- Make sure you're an operator:
/op <yourname> - Run
/lp editorto open the LuckPerms web editor. - Click the link provided in chat and confirm with "Yes".
- Select Groups from the left menu, then choose your target group.
- In the search bar at the bottom, enter permissions like
scs.command.claim. - Press Enter, click Add, then click the green Save button.