File Details
BetterClaim-1.1.0.jar
- R
- May 28, 2026
- 13.96 MB
- 0
- 0.5
File Name
BetterClaim-1.1.0.jar
Supported Versions
- 0.5
Changelog (1.0.0 → 1.1.0)
Added
- Territory Activity Log — new LOGS button in the party GUI
- Member list with role tags; owners can open any member's log, members only their own
- Readable activity entries for claims/unclaims, invites, joins, kicks, leaves, transfers, disbands, party setting changes, and member permission updates
- SQLite storage for activity logs (last 50 entries per party, older entries pruned automatically)
- Full translations for activity log UI and messages (all supported languages)
- Granular permissions — separate nodes for
/bc, claim/unclaim, homes, party subcommands, and admin tools; parent nodes (betterclaim.party,betterclaim.admin) grant full groups - Dynamic limits —
betterclaim.limit.<N>andbetterclaim.playtime.<minutes>permission nodes for per-group claim caps and playtime bonus rates
Changed
- Territory map GUI title renamed from Your Territory to Claim Map
- Party VIEW button opens the dedicated claim map GUI (no longer reuses the party layout)
- World map updates are queued on claim/unclaim instead of flushing immediately while the claim map is open
- Particle borders now use a soft Glow fade style instead of star particles
- Wilderness zone title is enabled by default when leaving claimed land (config migrates on upgrade)
Fixed
- World map overlay — claims tint correctly using official
ChunkUtilchunk keys, player map cache is cleared on refresh, and updates run on the world thread - Chunk coordinates — block→chunk conversion uses Hytale's 32-block chunks (fixes claims not matching map tiles)
- Compass marker — removed broken custom map marker; claim highlight uses chunk overlay only
- Claim map loading — terrain preview loads on first open; map background no longer stuck on green placeholder or missing-texture X
- Claim map clicks — no more stuck Loading… overlay when spam-clicking, at claim limit, or on failed actions; partial cell updates keep the terrain background intact
- Permission registration — fixed crash on world join (
Invalid group name) caused by passing descriptions instead of group names to the Hytale permission API - Permission lookup — fixed
UnsupportedOperationExceptionwhen resolving dynamic claim limits from player permissions - Particle borders — restored visibility along the full external edge after a corners-only regression