TContainers
Want to see what is inside a container(player inventory, chest, ...) without opening it manually? This plugin allows you to do that. The only thing you need is to right click or write a command. Contents will be sent to you with message/GUI.

Features:
- Show contents by click
- Show contents by command
- Special items for click action
- Item blacklist
- GUI/Chat contents
- Item amount toggle
- Click-view mode toggle
Installation:
1) Download the plugin
2) Put it to the plugins folder on your server
3) Run or restart your server
Permissions:
- tcontainers.open
- tcontainers.mode
- tcontainers.item
- tcontainers.info
Configuration:
#TContainers settings
#Enable container view on right click
click-enabled: true
#Container view range
open-range: 20
#View permission. Set to '' to disable
permission: 'tcontainers.open'
#Take one special item from your inventory on view
take-item: true
#Output: gui or chat
output: 'gui'
#Show amount of items in container
show-stacks: true
#Special item parameters
special-item:
enabled: true
material: 'stick'
name: '&dMagic stick'
#Items from the blacklist are hidden
item-blacklist:
- 'cobblestone'
- 'dirt'
Comments