Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more  
SimpleClaims icon

SimpleClaims 5.5

The best block based claim plugin!

Page 1
5.5 Apr 13, 2026
Map intergration and more!
Changes in this update:
 
  • Added support for SquaremapDynmapBlueMap, and Pl3xMap.
  • Added config options to enable or disable individual map integrations.
  • Improved claim syncing and marker handling across supported map plugins.
  • Map integrations now reload properly with config reloads.
  • Disabled map hooks now remove existing markers without requiring a server restart.
  • Cleaned up map popups by removing claim ID, world name, and sale status.
  • Added claim tax information to map popups.
  • Improved owner name resolving and fixed cases where claims could appear as "Unknown".
  • Unified popup design and tax formatting across all supported map hooks.
  • General internal cleanup, refactoring, and stability improvements.
Config.yml
map-integrations:
  enabled: true
  hooks:
    squaremap: true
    dynmap: true
    bluemap: true
    pl3xmap: true
 
Notes:
  • Map integrations are optional and only load when the matching plugin is installed.
  • No setup changes are required for servers not using map plugins.
 
Please consider leaving a good review for the plugin.
Discord Support
4.9 Mar 29, 2026
Claim Tax commands
Claim Tax
  • Added a new subcommand: /claimtax check <name>
  • Players can now check the claim tax information of other players with the new check subcommand
  • The check subcommand is no longer admin-only
  • Adjusted tab completion for /claimtax
  • Player name suggestions now only appear after:
    • /claimtax pay <name>
    • /claimtax check <name>
  • Player names are no longer suggested directly after typing /claimtax
  • Improved the /claimtax command flow to make subcommands cleaner and easier to use
Please consider leaving a good review for the plugin.
4.8 Mar 16, 2026
claim taxes additions
Update Changelog
 
Claim Tax & Frozen Claims Improvements
  • Added a FROZEN status indicator to the action bar when entering a claim.
  • Claims now show the frozen state next to the normal owner claim message if the owner has unpaid claim tax.
  • Added support for paying another player's claim tax debt.
  • Players can now help others by paying off their outstanding claim tax debt.
  • Improved the manual tax payment flow with clearer success and failure handling.
  • Frozen players can no longer list claims for sale while they have unpaid claim tax debt.
  • Claims owned by frozen players can no longer be purchased until the tax debt is resolved.
 
Billing & Payment Handling
  • Improved tax payment safety to prevent duplicate charges when automatic billing, retries, and manual payments happen close together.
  • Improved retry and billing synchronization for more stable tax processing.
  • Fixed billing schedule timing so weekly and monthly billing now schedule correctly on first run.
 
General Improvements
  • Improved claim entry feedback so players can immediately see when a claim is restricted due to unpaid taxes.
  • Improved overall stability of tax-related state changes, payment handling, and frozen claim enforcement.
Please consider leaving a good review for the plugin.
Discord Support
4.7 Mar 4, 2026
final performance improvement

- An extra part of the perfomance update from the previous patch-update.
- This improves the entity damage events for a final massive overall performance boost.
- The total performance cost of the plugin should now be bellow 0.5% even with 100 players+.

Please consider leaving a good review for the plugin.
Discord Support

4.5 Feb 21, 2026
New Additions, Performance, Rewrite
Added a new feature, claim taxes!! Server owners can configure taxes for claim owners based on the total size all of their claims combined.
 
Everything is configurable in the config. Please add this new section.
# Claim taxes (charged per period, based on TOTAL claimblocks owned by a player)
claim-tax:
  enabled: true
 
  # What claimblocks are counted for tax calculation
  basis:
    # Tax is based on the sum of all claim sizes a player OWNS.
    include:
      owned-claims: true
      # If you ever add "co-owned/shared" claim ownership, keep these off by default:
      trusted-claims: false
      admin-claims: false
 
  # When and how often tax is collected
  billing:
    # DAILY | WEEKLY | MONTHLY
    period: WEEKLY
 
    # Time of day in server timezone
    charge-at: "03:00"
    # Payment methods, AUTOMATIC | MANUAL (from /claimflag gui)
    payment-method: AUTOMATIC
    # If payment fails, try again automatically
    retry:
      enabled: true
      interval-minutes: 30
      max-attempts: 48        # 48 attempts * 30m = 24 hours of retries before giving up
 
  # Pricing model: picks a €/claimblock rate based on total claimblocks, then total = totalBlocks * rate
  pricing:
    # Used when total claimblocks is smaller than the first bracket (or brackets disabled/empty)
    base:
      cost-per-claimblock: 0.10
 
    size-scaling:
      enabled: true
      # Brackets are matched by TOTAL claimblocks owned by the player.
      # Rule: pick the bracket with the highest min-claimblocks that is <= total.
      brackets:
        - min-claimblocks: 40000
          cost-per-claimblock: 0.10
 
        - min-claimblocks: 80000
          cost-per-claimblock: 0.15
 
        - min-claimblocks: 160000
          cost-per-claimblock: 0.20
 
        - min-claimblocks: 320000
          cost-per-claimblock: 0.25
 
        - min-claimblocks: 640000
          cost-per-claimblock: 0.35
 
        - min-claimblocks: 1280000
          cost-per-claimblock: 0.45
 
        - min-claimblocks: 2560000
          cost-per-claimblock: 0.50
 
  # What happens if the player can't pay
  enforcement:
    # If true, unpaid tax creates "debt" and their claims can be frozen until debt is cleared
    # Freeze ALL claims the player owns
    freeze-on-nonpayment: true
    # Automatically unfreeze when the player pays off their debt
    auto-unfreeze-on-paid: true
    # If you allow debt to accumulate, you can also cap it (optional)
    debt:
      enabled: false
      max-debt: 1000000      # set to 0 or remove to disable a cap
 
# Messages
messages:
  # Claim taxes messages
  charged: "&7Claim tax charged: &a€{amount}&7 ({totalClaimBlocks} blocks @ €{rate}/block)."
  insufficient-funds: "&cYou couldn't pay your claim tax (&a€{amount}&c). Your claims are now frozen."
  frozen-reminder: "&cYour claims are frozen due to unpaid claim tax. Debt: &a€{debt}&c."
  unfrozen: "&aThanks! Your claim tax debt is cleared and your claims are unfrozen."
 
  • Reduced lag spikes caused by claim checks while players move.

  • Movement checks now run less often (only when a player changes block), with a small cooldown to prevent spam.

  • Heavy work is handled in the background so the main server thread stays responsive.

  • Claim protection is now more consistent across breaking/placing blocks, interactions, and projectiles.

  • Startup is more reliable, especially on Docker/Pelican/container hosts.

  • Reduced the chance of startup errors like “database is full” on busy servers.

  • Claim visit history is automatically cleaned up and rate-limited so the database doesn’t grow forever.

  • Automatic fixes/cleanup for older or messy data (including duplicate trust entries) to prevent upgrade/startup issues.

  • Added clearer console logging when storage/temp limits are the real cause of an error.
Please consider leaving a good review for the plugin.
3.9 Dec 24, 2025
tools better support

- Expanded the customization capabilities for the highlight and selection tools.

Please consider leaving a good review for the plugin.
Discord Support

3.8 Nov 11, 2025

Updated hikari database batch handling so that it has less chances of a database lock errors (more work might be needed)
Various small GUI updates and fixes.
Quality of life for GUI updates for easier navigation.


Please consider leaving a good review for the plugin.
Discord Support

3.8 Nov 11, 2025
Small update

Updated hikari database batch handling so that it has less chances of a database lock errors (more work might be needed)
Various small GUI updates and fixes.
Quality of life for GUI updates for easier navigation.


Please consider leaving a good review for the plugin.
Discord Support

3.7 Oct 25, 2025
Page 1
Sign in
$10.34 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe