ClaimedItems icon

ClaimedItems -----

Allows players to claim items, preventing others from picking them up. Vanilla item support only.



Installation:
  • Place the
    Code (Text):
    ClaimedItems.jar
    file into your server's
    Code (Text):
    plugins
    folder.
  • Start the server once to generate the default configuration files.
  • Edit
    Code (Text):
    items.json
    to define which items are claimable.
  • Edit
    Code (Text):
    whitelist.json
    to allow certain players to bypass claiming restrictions.
  • Restart the server after editing configs.

Configuration:
  • Code (Text):
    items.json
    - Define which items can be claimed:
    Code (Text):

    {
      "materials": [],
      "names": [],
      "loreContains": []
    }
     
  • Code (Text):
    whitelist.json
    - Players who bypass item claiming:
    Code (Text):

    {
      "whitelist": [
        "player-uuid-1",
        "player-uuid-2"
      ]
    }
     
  • Code (Text):
    claims.json
    - Automatically generated, stores which player owns which item.

Usage:
  • A player can use /claim to claim an item that is defined in items.json
  • If another player tries to pick up a claimed item, it will be blocked, and they will see a message:
    Code (Text):
    This item belongs to someone else!
  • Server admins can whitelist themselves or other players to bypass restrictions.
Resource Information
Author:
----------
Total Downloads: 8
First Release: Oct 7, 2025
Last Update: Oct 7, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings