File Details
WiFlowsClaims-1.0.3.jar
- R
- Jan 28, 2026
- 322.40 KB
- 334
- Early Access
File Name
WiFlowsClaims-1.0.3.jar
Supported Versions
- Early Access
WiFlowsClaims v1.0.3
Features
Added permission-based starting claims. Server admins can now grant players different starting claim amounts using permissions like wiflowsclaims.startingclaims.10, wiflowsclaims.startingclaims.25, etc. Supported values: 5, 10, 15, 20, 25, 30, 40, 50, 75, 100. Falls back to config default if no permission is set.
Added custom claim titles. Players can now set a custom title (up to 24 characters) for their claims in the Settings tab. The title is displayed when entering a claimed area.
Added configurable rank permissions. Server owners can now control which permission flags players can customize in the Ranks tab via rankPermissions.playerToggleable in config.
Added trust-based buffer zone bypass. If a player trusts you, you can now claim chunks directly adjacent to their claims without being blocked by the buffer zone.
Added buffer zone visualization. Chunks blocked by the buffer zone are now shown in yellow in the GUI, with a "Buffer Zone" tooltip explaining why you can't claim there.
Added /claims admin setflag <flag> <allow|deny> command to bulk update flags on all claim regions. Useful for applying new protection settings to existing claims.
Added anonymous usage metrics (FancyAnalytics). Tracks server size, total claims, and players with claims to help improve the plugin.
Changes
The /claims command now requires wiflowsclaims.use permission to view help. Players without permission will not see the command or its help output.
New Config Structure
The config now includes:
rankPermissions.playerToggleable- List of permissions players can toggle per rank (default: all 9 permissions)claimFlags.defaults- Default OrbisGuard flags for new claims
Important: PvE Protection
PvE protection is now enforced on claims. For existing regions, run /claims admin setflag pve deny to bulk update all claim regions. New claims will have pve=deny set automatically.
Important: Portal Protection
Portal usage (F-key and walk-through teleportation) is now blocked on claims by default. For existing regions, run /claims admin setflag use-portals deny to apply this protection.
Performance
Fixed major lag when claiming/unclaiming in the GUI. The protected region check (canClaimAt) was running an O(N) scan of all OrbisGuard regions for every wilderness chunk on every GUI rebuild. Now cached once when the GUI opens, eliminating ~250,000 region checks per interaction on servers with many regions.

