ClaimedItems

ClaimedItems allows server owners to create truly unique 1/1 items.
When a player obtains a special item, they can bind it to themselves with /claim.
Even if the player dies or drops the item, no other player can pick it up — keeping rare or custom items exclusive to their original owner.

Features
- Bind 1/1 items to the first player who claims them
- Supports both vanilla and modded items (with proper configuration)
- Claims persist across server restarts
- Whitelist certain players who can bypass claiming restrictions
- Configurable via JSON files (items.json, whitelist.json, claims.json)

Installation
1. Place the ClaimedItems.jar file into your server’s plugins folder.
2. Start the server once to generate the default configuration files.
3. Edit items.json to define which items can be claimed.
4. Edit whitelist.json to allow certain players to bypass claiming restrictions.
5. Restart the server after editing configs.

Configuration

items.json
Define which items can be claimed:
{
"materials": [],
"names": [],
"loreContains": []
}

whitelist.json
Players who bypass item claiming:
{
"whitelist": [
"player-uuid-1",
"player-uuid-2"
]
}

claims.json
Automatically generated — stores which player owns which item.

Usage
- Players can use /claim to claim an item defined in items.json.
- If another player tries to pick up a claimed item, they’ll see the message:
This item belongs to someone else!
- Server admins can whitelist themselves or other players to bypass restrictions.

You can support me more if you download or view on modrinth
https://modrinth.com/plugin/claimeditems


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    1362736
  • Created
    Oct 10, 2025
  • Last Released File
    Oct 10, 2025
  • Total Downloads
    33
  • License

Categories

Members

Recent Files