MrShulker started as a re-creation of the (assumed abandoned) Shulker+ Mod.
The mod allows players to attach items to shulker boxes for 1 xp using an anvil. The attached item then appears on the lid of the shulker box.
MrShulker is backward compatible with Shulker+, If you are migrating from a world which had Shulker+, you need to have MrShulker installed at the time of migration for the data to carry over.
MrShulker is required server side to function. It is not required that all players have MrShulker installed client side, but it is required for the lid items to display.
As of 1.4.0 MrShulker requires Fabric-Api.
Commands are separated into two overall groups depending on if they impact the server overall, or just a single player's personal preferences.
mrshulker is the root command for all server side commands. Each sub command has three modes of operation. set, query, and reset.
Controls if players can dye shulker boxes via crouch-use.
mrshulker [set|query|reset] allow_dyeing [true|false]
Controls if players can set per-shulker scaling on shulker boxes.
mrshulker [set|query|reset] allow_per_shulker_scaling [true|false]
Sets, displays, or resets the custom scale to use for the shulker box in the player's main hand.
mrshulker [set|query|reset] custom_scale #.#
mrshulker_display is the root command for client side commands. Again each command has three modes of operation: set, query, and reset.
The scale subcommand manages the overall scales to use in different display contexts. Most supported display_contexts align with official ItemDisplayContext types:
Two special display_contexts are added to the list:
The initial state has settings for default and gui contexts.
In set mode, display_context and scale are required arguments.
mrshulker_display set scale [display_context] #.#
In query and reset mode the display_context argument is optional. If specified the command will display or reset that display_context, if omitted, the operation is performed on all configured display contexts
mrshulker_display query scale [display_context]
mrshulker_display query scale
reset removes the the scale for the specified display context, and if the context is default or gui restores the original value.
mrshulker_display reset scale [display_context]
mrshulker_display reset scale
The show_custom_scales setting controls whether per-shulker scales will display, or if display_context scales will always be used.
mrshulker_display [set|query|reset] show_custom_scales [true|false]
With multiple potential options available, MrShulker determines which scale to use in the following manner: