This plugin makes it so when you
(
Middle Click 1.4 and below) RIGHT CLICK a Shulker box in the
SURVIVAL inventory it will open a preview of its contents, you cannot add or remove Items (unless backpack mode is enabled in the configuration file), just see what is inside the Shulker box!
Note: Latest versions have reverted to middle click as a bug fix.
This entire plugin was inspired by this mod:
https://www.curseforge.com/minecraft/mc-mods/shulkerboxtooltip
Permission to be able to open shulker preview: 'sbp.open-shulker'
[ALL PLAYERS NEED THIS, EVEN IF THEY HAVE THE PERM FOR THE TOGGLE COMMAND, THIS ALLOWS THEM TO SEE THE INVENTORY]
Command(s):
Command: /sbp-reload
Permission: sbp.reload
Command: /sbp-use <true/false> | False by default
Permission: sbp.toggle
Version added: 1.8+
Please leave a review if you like and open an issue on github/private message me on Spigot if there are any bugs or have any questions!
Config File:
Code (YAML):
preview:
title
: 'Shulker Box Preview:'
# GUI name for the preview inventory (Color codes supported)
is-backpack
: false
# True = Can interact with contents | False = Preview/Can't interact
enabled-worlds
:
- 'world'
- 'world_nether'
- 'world_the_end'
language:
toggle-feedback-error
: '&7
[&c&l!&7
] &4Invalid arguments used! Please use
"true" or
"false".'
toggle-feedback-successful
: '&7
[&a&l!&7
] &aUpdated preferences.'
reload-successful
: '&7
[&a&l!&7
] &aReloaded Successfully!'
Enjoy!