EasyClaims-v1.0.44.jar
25 Jan 2026
CurseForge · Hytale mod
Protect your builds with easy chunk claiming. Claims show on your world map with colored overlays. Earn more claims by playing. Share access with friends using granular trust levels. Simple commands, instant protection.
Quick answer
EasyClaims-v1.0.44.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
EasyClaims-v1.0.44.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for EasyClaims-v1.0.44.jar. Pick another file and the loader, install side or required mods may change.
Use EasyClaims-v1.0.44.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside EasyClaims-v1.0.44.jar. It opens that exact file at the source.
About this project
Protect your builds on Hytale servers! Claim land, see it on your map, and share with friends.
Built for the European Hytale survival server at play.hyfyve.net
mods/ folder/easyclaims claimThat's it! Your builds are now protected.
All commands use /easyclaims.
| Command | What it does |
|---|---|
/easyclaims claim |
Claim the chunk you're standing in |
/easyclaims unclaim |
Remove your claim on current chunk |
/easyclaims list |
List all your claimed chunks |
/easyclaims help |
Show all available commands |
| Command | What it does |
|---|---|
/easyclaims trust PlayerName |
Give full access to a player |
/easyclaims trust PlayerName use |
Let them use doors/buttons only |
/easyclaims trust PlayerName container |
Let them open chests too |
/easyclaims untrust PlayerName |
Remove a player's access |
/easyclaims trustlist |
See who you've trusted |
| Command | What it does |
|---|---|
/easyclaims unclaimall |
Remove ALL your claims (careful!) |
/easyclaims playtime |
Check your playtime and claim slots |
| Command | What it does |
|---|---|
/easyclaims admin config |
Show current settings |
/easyclaims admin set <key> <value> |
Change a setting (saves immediately) |
/easyclaims admin reload |
Reload config from file |
Example:
/easyclaims admin set max 100
/easyclaims admin set starting 6
/easyclaims admin set perhour 3
When you trust someone, you can choose how much access they get:
| Level | Command Example | What They Can Do |
|---|---|---|
| use | /easyclaims trust Steve use |
Open doors, press buttons, flip levers |
| container | /easyclaims trust Steve container |
Above + open chests, barrels |
| workstation | /easyclaims trust Steve workstation |
Above + use furnaces, crafting tables |
| build | /easyclaims trust Steve build |
Full access - can break and place blocks |
Note: If you don't specify a level, players get full build access.
Tip: Use /easyclaims trust PlayerName use for visitors who just need to get through doors!
The longer you play, the more land you can claim:
| Playtime | Total Claim Slots |
|---|---|
| New player | 4 chunks |
| 1 hour | 6 chunks |
| 5 hours | 14 chunks |
| 10 hours | 24 chunks |
Use /easyclaims playtime to check your progress!
mods/ foldermods/Community_EasyClaims/Grant these permissions to let players use the plugin:
perm group add Adventure easyclaims.use
perm group add admin easyclaims.admin
The easyclaims.use permission grants access to all player commands (claim, unclaim, trust, etc.). The easyclaims.admin permission grants access to /easyclaims admin commands (config, set, reload).
Config files are in mods/Community_EasyClaims/.
{
"startingClaims": 4,
"claimsPerHour": 2,
"maxClaims": 50,
"playtimeSaveInterval": 60
}
| Setting | Default | Description |
|---|---|---|
startingClaims |
4 | Claims available to new players |
claimsPerHour |
2 | Extra claims earned per hour played |
maxClaims |
50 | Maximum claims anyone can have |
Formula: startingClaims + (hoursPlayed × claimsPerHour), max maxClaims
Tip: Use /easyclaims admin set to change settings in-game without editing files!
Controls which blocks need which trust level. Uses pattern matching:
{
"usePatterns": ["door", "button", "lever", "gate", "trapdoor"],
"containerPatterns": ["chest", "barrel", "storage", "hopper"],
"workstationPatterns": ["crafting", "furnace", "anvil", "brewing"]
}
Add Hytale block IDs as you discover them!
All plugin data is stored in mods/Community_EasyClaims/:
mods/Community_EasyClaims/
├── config.json # Main settings
├── block_groups.json # Block permission rules
├── claims/
│ ├── index.json # Quick lookup of all claims
│ └── <uuid>.json # Each player's claims & trusted players
└── playtime/
└── <uuid>.json # Each player's playtime
Ask your server admin to grant you the easyclaims.use permission.
Try closing and reopening your map, or reconnect to the server.
/easyclaims playtimeCheck server console for [EasyClaims] messages to debug block events.
Requires Java 25+ and Maven:
mvn clean package
Output: target/EasyClaims-*.jar
Project description from CurseForge.
Recent files
25 Jan 2026
25 Jan 2026
15 Jan 2026
14 Jan 2026
14 Jan 2026
13 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.