Better Shulker Boxes is a Spigot plugin for Minecraft that allows players to open shulker boxes more easily, by right-clicking while holding them or just right-clicking them in the inventory.
The plugin is 100% customizable, you can change or disable the shulker open/close sounds and messages.
This project currently supports Spigot and PaperSpigot versions 1.13 and above, only the latest builds are supported. The plugin will most probably work on custom forks, but it is not guaranteed.
For more information, please visit the Spigot resource page.
1- Download or compile the JAR
2- Drop the JAR in your server's plugin folder
3- Restart your server
Tweak the plugin's settings in the config.yml file, it will be generated
once the plugin runs for the first time, and it should be located in /plugins/BetterShulkerBoxes.
Go to this link
to see the default configuration settings, every option has an explanation of what it does.
To see all the available translations, please go to the translations folder.
Available translations:
- English
- Spanish
- Simplified Chinese (by @YuanYuanOwO)
- Traditional Chinese (by @jack444410)
- German (by @Hutch79)
- Italian (by @iVillager)
- Bulgarian (by @ItzLazerX)
- French (by MrQuentin#0309)
- Czech (by lOlkOmOx)
Permission | Description |
---|---|
bettershulkerboxes.use | Allows the player to use the plugin's features |
bettershulkerboxes.admin | Allows the player to reload the plugin's configuration and check for updates. Players with this permission will also get alerted if a new version is available when they join the server. |
bettershulkerboxes.bypasscooldown | Allows the player to bypass the configured cooldown |
bettershulkerboxes.* | Grants all permissions |
Command | Description |
---|---|
/bsb reload | Reload the configuration |
/bsb check | Check for updates |
BetterShulkerBoxes supports regular color encodings (& + letter
) as well as hex colors. These can be used
with xml tags,
Pattern | Tag | Example |
---|---|---|
Fixed hex color | <#COLOR> |
<#FF0000>This is red |
Color gradient (2 hex values) (Currently broken) |
<g#STARTCOLOR:#ENDCOLOR> |
<g#FF0000:#00FF00> this goes from red to green |
Rainbow | \<r> |
\<r>This is a rainbow |
Stop pattern | \<r> or \<g> |
<#FFFFFF>This is white\<r> and this is not |
Discord: link to server
SpigotMC Forums: Rektb
GitHub: Issues page
Set the open and close messages to empty quotes, like this:
open_message: ''
close_message: ''
If find a bug, please open an issue on GitHub or reach out to me via Discord or Spigot DM.
Please open a GitHub issue or reach out to me.
Of course! Please open a pull request or contact me
Download it from the Spigot resource page, this repository or compile it yourself. For security reasons, please avoid downloading the plugin from any other site.
Yes, you can, as long as you comply with the license (AGPLv3)