- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- Source Code:
- https://github.com/StivenFocs/ItemsLimitations
- Donation Link:
- https://buymeacoffee.com/stivenfocs
ItemsLimitations
Limit what players can do with items: moving it from an inventory to another, dropping it, or hitting with it
Description
This plugin has been created to help new projects and prevent players from breaking the game doing normal Minecraft things.
This plugin can be useful for servers like:Features
- Innovative project servers with item restrictions.
- KitPvP servers where players give to other players some items that they may not have (like something as a VIP item or a next rank's kit item).
Commands
- Prevent players from entity hit with specific item id in hand
- Prevent players from moving a specific item in specific inventories
- Prevent players from dropping a specific item
- Prevent players death drop from dropping a specific item
- Custom item compare filter for items with variable lore or display name (Beta)
Only /itemslimitations reload command
(You need itemslimitations.cmd permission)
Permissions
itemslimitations.cmd allows you to use the main command
itemslimitations.bypass allows you to bypass some of the restrictions
Config
Leave your problem issues in the discussion section and PM me for suggestions.Code (YAML):#Made by StivenFocs - @isStiven on Telegram
messages:
invalidsubcommand: "&c* &7This subcommand isn't registered."
reload: "&a* &7Config reloaded successfully"
noperm: "&c* &7You have no permission to execute this command"
nohit:
enabled: false
message: "&eYou can't hit with this item"
whitelist: false
items:
- 346
deathdrop:
enabled: false
whitelist: false
items:
- 46
- 327
inventorysave:
enabled: false
inventories:
'Disposal':
whitelist: false
message: "&c* &7You cannot put this item here"
items:
- 264
- 265
- 266
'container enderchest':
whitelist: false
message: "&c* &7You cannot put this item here"
items:
- 264
- 265
- 266
nodrop:
enabled: false
message: "&c* &7You cannot drop this item"
whitelist: false
items:
- 46
- 327
- 259
You are allowed to decompile and/or redistribute the plugin but you can not republish it as the original plugin.

ItemsLimitations 1.0
Limit what players can do with items: moving it from an inventory to another, dropping it, or hit