How to use: By default, everyone should be able to open Shulker Boxes from their inventories by right clicking (open_method) it from the Inventory menu.
To force "goodshulk.use" to be required to use Shulker Boxes from your inventory use: /goodshulk set uses_permissions true To force users to left click the Shulker Box instead of right click use: /goodshulk set open_method LEFT Commands: /goodshulk <get | set | reload> [...]
/goodshulk get default_name
Will display the default name for the Shulker Inventory if the item does not have a custom Display Name from an Anvil.
/goodshulk get open_method
Will display the current Open Method for a Shulker Inventory
/goodshulk get uses_permissions
Will display whether or not the plugin is currently using permissions.
/goodshulk set default_name "Shulker Box"
Will set the default Shulker Box Inventory name if the item doesn't have a custom Display Name from an Anvil. This value supports custom Color codes ("&4&lShulker Box" will yield a red, bold, "Shulker Box")
/goodshulk set uses_permissions [true | false]
Will decide whether or not permissions are required to use in-inventory shulker boxes.
/goodshulk set open_method [LEFT | SHIFT_LEFT | RIGHT | SHIFT_RIGHT | MIDDLE | DOUBLE_CLICK | CONTROL_DROP]
Decides which type of click will open a Shulker Box from the inventory. (DEFAULT IS RIGHT)
Permissions: goodshulk.use - If uses_permissions is set to true this permission is required to open Shulkers from the inventory. goodshulk.config - Permission to use /goodshulk