SimpleClaims | Claim Blocks | Claim House | Modern icon

SimpleClaims | Claim Blocks | Claim House | Modern -----

The best block based claim plugin!




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
----------, Mar 16, 2026

- 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
----------, Mar 4, 2026

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.
Code (YAML):
# 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.
Discord Support
----------, Feb 21, 2026

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

Please consider leaving a good review for the plugin.
Discord Support
----------, Dec 24, 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
----------, Nov 11, 2025

- You are now able to set the max title/subtitle lengths for claim messages in the config.yml file.
- All chat prompts/confirmations for setting claim messages are now in config.yml.
- General code clean‑up & consistency for fewer edge‑case bugs.

New config.yml additions
Code (YAML):
# === Message limits ===
messages-limits
:
  max-title-length
: 25
  max-subtitle-length
: 25

messages
:
  # Claim messages, messages
  chat_set_message_cancelled
: "&cMessage setting cancelled."
  chat_set_message_cleared
: "&aYour {type} message has been cleared!"
  chat_set_message_saved
: "&aYour {type} message has been set!"
  chat_set_message_prompt
: "&aPlease type the {type} message in chat, [title \\n subtitle]. Type \"clear\ " to remove messages or \"cancel\ " to cancel."
Please consider leaving a good review for the plugin.
Discord Support
----------, Jul 27, 2025

- Added a new config option to disable commands and claiming from working in certain worlds.

New config option.
Code (YAML):
# Worlds where claiming is disallowed
blacklisted-worlds
:
 - test
  - test_world
Please consider leaving a good review for the plugin.
Discord Support
----------, May 7, 2025

- Added HEX color support for the in game greeting and farewell messages in claims.
- Added HEX color support for the config claim tool and highlight tool.

You can use them in this format &#00FF00

Please consider leaving a good review for the plugin.
Discord Support
----------, May 2, 2025

- Fix for the /claimlist command sometimes failing to fetch old players.

Please consider leaving a good review for the plugin.
Discord Support
----------, Apr 23, 2025

- Improved the performance of the onEntityDamage event by reducing database calls by half.
- Yes the plugin is still compatible with 1.21.5 since day one.

Please consider leaving a good review for the plugin.
Discord Support
----------, Apr 21, 2025

- If you have the chest sign protection system enabled, added the option to skip the feature if players are sneaking and placing a sign, so that players can place signs on chests in a vanilla way if the system is enabled.

Please consider leaving a good review for the plugin.
Discord Support
----------, Mar 30, 2025

- Fixed very rare cases of the SQL database getting momentarily(half a second) locked with an error message that is caused by multiple operations running at the same time.

Please consider leaving a good review for the plugin.
Discord Support
----------, Mar 4, 2025

- Fixed/Improved auto complete commands showing wrong sub commands to admins.
- Added a new sub command after /unclaim, admins they will be able to do an area search to remove claims in an area, so doing
/unclaim area 50
will remove all claims in 50 block radius

Please consider leaving a good review for the plugin.
Discord Support
----------, Mar 1, 2025

- Moved a few messages to the adventure library (more to go).
- Fixed manager role incorrectly given to more players in trust list then intented.
- A few improvement to the highlight tool.

Please consider leaving a good review for the plugin.
Discord Support
----------, Feb 23, 2025

- Added the ability to create 3d claims, to activate the 3d mode you need to use the command /3dclaim , currently its only meant for admins.

[​IMG]

Please consider leaving a good review for the plugin.
Discord Support
----------, Feb 4, 2025

- Organized code for better maintainability.
- Fixed update notification message using ANSI instead of normal minecraft codes when send to players.
- Added the ability for admins to remove claims from the claim house using middle mouse click.

Please consider leaving a good review for the plugin.
Discord Support
----------, Feb 3, 2025

- Made sure the plugin works even if the server doesn't use an economy provider, it will instead just disable the claim selling system.

Please consider leaving a good review for the plugin.
Discord Support
----------, Jan 27, 2025

- Along with the chat option I also added a GUI item for clearing claim messages, more options is better :)
- Updated SQLite library to latest version.

Please consider leaving a good review for the plugin.
Discord Support
----------, Jan 21, 2025

- Small minor updates and organizing.
- More info printed on server start up.

Please consider leaving a good review for the plugin.
Discord Support
----------, Jan 20, 2025

- Updated libraries to latest versions.
- Fixed sellable claims in nether sending you to nether roof upon visiting.
- Projectiles from mobs will no longer break paintings or item frames in claims.
- Players will no longer be able to lit, unlit campfires or other ignitable blocks with bows and fire charges in claims.

Please consider leaving a good review for the plugin.
Discord Support
----------, Jan 8, 2025

- Inspired by the LockettePro plugin, but made for modern 1.20+ minecraft versions, once again with the best performance out of all other plugins.

- Simply add any sign to a chest to protect it from everything!

- Add an other sign to add more allowed users.

- No complicated commands needed for 1.20+ servers, simple right click the sign.

- Compatible with all other protection plugins.

[​IMG]

NEW CONFIG SECTION PLEASE ADD IT
Code (YAML):
# Chest Protection Settings
chest-protection
:
  enabled
: true
  messages
:
    lock_prompt
: "&aRight-click the chest with a sign to lock it."
    chest_locked
: "&aChest has been locked successfully."
    chest_already_locked
: "&cThis chest is already locked."
    chest_unlocked
: "&aChest protection removed."
    chest_expanded
: "&aYou have expanded your protected chest."
    cannot_break_sign
: "&cYou cannot break this sign."
    cannot_place_sign_here
: "&cYou cannot place a sign here."
    allowed_players_removed
: "&aAllowed players associated with this sign have been removed."
    no_permission
: "&cYou do not have permission to interact with this protected chest."
    cannot_break_chest
: "&cYou cannot break this protected chest. Break the sign first."
    could_not_place_sign
: "&cCould not place the sign. Make sure there's space around the chest."
    allowed_players_updated
: "&aAllowed players updated successfully."
    invalid_usernames
: "&cInvalid usernames on lines: {usernames}"
    owner_usernames
: "&cYou cannot add your own name ({usernames}) to the allowed players list."
    no_permission_edit_sign
: "&cYou do not have permission to edit this sign."
    cannot_change_sign_lines
: "&cYou cannot change lines 1 and 2 of the sign."
    chest_lock_message_cooldown
: 60   # Cooldown in seconds for lock prompt message
 

Please consider leaving a good review for the plugin.

Discord Support
----------, Nov 27, 2024

- Fixed an error when players tried to trust and untrust others in places where there wasn't a claim. It will now properly inform players about it.
- Fixed untrust command sometimes not finding players that haven't been online for a long time.

Please consider leaving a good review for the plugin.
Discord Support
----------, Nov 11, 2024

- Added the ability for players to earn claim blocks by being online.
- Added new config options to control the new feature.

Add the following or regenerate your configs.

Code (YAML):
# Claim Block Earning Settings
earn-claimblocks
:
  enabled
: false           # Enable or disable the feature
  notify-player
: false     # Whether to notify players when they earn claim blocks
  blocks-per-hour
: 100     # Number of claim blocks earned per hour
  interval-minutes
: 30     # How often (in minutes) to grant claim blocks (Requires server restart to take effect)

Code (YAML):
# Messages
messages
:
  claimblocks_earned
: "&aYou have earned &e{blocks}&a claim blocks for playing!"
- Made sure decorated pots are protected from projectiles.
----------, Nov 9, 2024

- New option added in claim flag options to control if players can use workbenches like anvils or enchanting tables in a claim.
- Fixed error on servers 1.20.1 and older.

Please consider leaving a good review for the plugin.
Discord Support
----------, Nov 1, 2024

Bump
Proper Version Checker
----------, Oct 7, 2024

Proper Version Checker
----------, Oct 6, 2024

Resource Information
Author:
----------
Total Downloads: 24
First Release: Oct 6, 2024
Last Update: Mar 16, 2026
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings