ItemsLimitations This plugin limits your server items from being dropped, saved in enderchest or put in disposal, and used to hit an entity.
Description This plugin was created for help new projects and prevent players from breaking the game doing normal minecraft things. This plugin can be useful for servers like:
New projects with item restrictions.
KitPvP where players gives to other players some items that they does not have (like because didn't rankup).
Features
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 specific item
Prevent players death drop from dropping specific item
Commands
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
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 not 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
'c lDisposal':
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
Leave your problem issues in discussion section and PM me for suggestions.
You are allowed to decompile and/or redistribuite the plugin but you can not publish it as original plugin.