Do you sometimes wish to "tag" items/blocks spawned by players? so that you can find the owner?

Do you sometimes wish to prevent other non-donors obtaining or using items/blocks spawned by someone else?

This plugin will attach a unique "tag" to spawned items.  The tag is computed from player's (spawner's) UUID.

[img] tag

By default, this plugin just tag spawned item, but you can prevent followings by turning the flag on in config.yml:
 
  • picking up items/blocks, which have someone else's tags,
  • using item/blocks, which have someone else's tag, to be used for crafting,
  • materialize (turn a block into the material : for instance DIAMOND_BLOCK to DIAMONDs)

You can give your moderator/admin to have access to
/itemtag findowner
command so that the legitimate owner of the items/blocks can be found.

For Server staff members:
By listing server staff members, who might have some special/OP tools in their inventory, under
ForceBlocked:

the section in config.yml, any items/blocks tagged by these players won't be picked up by anyone (except by those with itemtag.admin permission node).

Commands:
 
  • /itemtag  : Displays the help menu
  • /itemtag reload : reloads the config.yml
  • /itemtag findowner : displays the name of the player who spawned the item you're currently holding.
  • /itemtag tag : tags the item you're holding

Permission Node:
 
  • itemtag.reload : allows a user to use /itemtag reload command.
  • itemtag.findowner : allows a user to use /itemtag findowner command.
  • itemtag.tag : allows a user to use /itemtag tag
  • itemtag.admin : allows you to tag an item even it is already tagged.

Installation:
You just need to install ItemTag.jar in the plugins folder.

  config.yml
  config.yml
  config.yml