best and most powerful ShulkerBox plugin! Huge AntiDupe system! Lots of features and much more!
Do you want to add some features? Join our discord!
eShulkerBox is one of the free, modern and well optimized plugin from ePlugins! This plugin will allow players to open a shulker box without having to place it. You can add various types of your own shulker boxes or just use vanilla shulker boxes! Everything is fully-customizable!
We make only well optimizted plugins and easy-to-use for every server owner! Everything is fully and easily customizable in the config! If you need help, join our discord!
We really appreciate every download, feedback and rating that you are giving to us! We are trying our best to make your server the best! If you have something to tell us, feel-free to contact us on our social medias!
#
# ███████╗███████╗██╗ ██╗██╗ ██╗██╗ ██╗ ██╗███████╗██████╗ ██████╗ ██████╗ ██╗ ██╗
# ██╔════╝██╔════╝██║ ██║██║ ██║██║ ██║ ██╔╝██╔════╝██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝
# █████╗ ███████╗███████║██║ ██║██║ █████╔╝ █████╗ ██████╔╝██████╔╝██║ ██║ ╚███╔╝
# ██╔══╝ ╚════██║██╔══██║██║ ██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗██╔══██╗██║ ██║ ██╔██╗
# ███████╗███████║██║ ██║╚██████╔╝███████╗██║ ██╗███████╗██║ ██║██████╔╝╚██████╔╝██╔╝ ██╗
# ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Wiki: https://eproject.gitbook.io/eshulkerbox/
# --
# General configuration
# --
# After change, reload needed! [/eshulkerbox reload]
# Websites:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
# Will the plugin be enabled? After change, restart needed!
enabled: true
# Aggressive inventory update (Use it only if you have problems with external plugins)
aggressive-inventory-update: false
# If set to true, the plugin will send message everytime the plugin is not updated
check-for-updates: true
# Will the plugin support custom ShulkerBoxes?
# You are able to create your own custom ShulkerBoxes that can support CustomModelData and much more!
# More info: https://eproject.gitbook.io/eshulkerbox/custom-shulkerboxes
allow-custom-shulker-boxes: true
# Will the plugin need permission to open ShulkerBoxes?
# Permission: eshulkerbox.open
default-require-permission-to-open: false
# Default cooldown of each ShulkerBox (in miliseconds) -> 1s = 1000ms
default-cooldown: 1000
# Default sound that will play when the player opens a ShulkerBox
# If you want to disable the sound, set it to "NONE"
# Default: BLOCK_SHULKER_BOX_OPEN
default-open-sound: "BLOCK_SHULKER_BOX_OPEN"
# Default sound that will play when the player closes a ShulkerBox
# If you want to disable the sound, set it to "NONE"
# Default: BLOCK_SHULKER_BOX_CLOSE
default-close-sound: "BLOCK_SHULKER_BOX_CLOSE"
# Pitch of the sound when opening a shulker box
# Default: 1.0
default-open-pitch: 1.0
# Pitch of the sound when closing a shulker box
# Default: 1.0
default-close-pitch: 1.0
# Volume of the sound when opening a shulker box
# Default: 1.0
default-open-volume: 1.0
# Volume of the sound when closing a shulker box
# Default: 1.0
default-close-volume: 1.0
# If set to true, all shulker boxes can be opened by right clicking them
# If set to false, only custom shulker boxes with the option "openable-by-interact" can be opened by right clicking them
# Default: true
all-boxes-are-openable-by-interact: true
# If set to true, all shulker boxes can be opened by right clicking them in inventory
# If set to false, only custom shulker boxes with the option "clickable-open" can be opened by right clicking them in inventory
# Default: true
all-boxes-are-clickable-open: true
# If set to true, you can open shulker boxes by right-clicking them in inventory
default-clickable-open: true
# If set to true, you cant take items from shulker boxes
default-read-only: false
# Openable enderchest
# Default: false
openable-enderchest-by-interact: false
# Disable the plugin for specific worlds
# If you want to disable the plugin for a specific world, add the world name to the list
disabled-worlds:
- "spawn1"
- "spawn2"
#
# ███████╗███████╗██╗ ██╗██╗ ██╗██╗ ██╗ ██╗███████╗██████╗ ██████╗ ██████╗ ██╗ ██╗
# ██╔════╝██╔════╝██║ ██║██║ ██║██║ ██║ ██╔╝██╔════╝██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝
# █████╗ ███████╗███████║██║ ██║██║ █████╔╝ █████╗ ██████╔╝██████╔╝██║ ██║ ╚███╔╝
# ██╔══╝ ╚════██║██╔══██║██║ ██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗██╔══██╗██║ ██║ ██╔██╗
# ███████╗███████║██║ ██║╚██████╔╝███████╗██║ ██╗███████╗██║ ██║██████╔╝╚██████╔╝██╔╝ ██╗
# ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Wiki: https://eproject.gitbook.io/eshulkerbox/
# --
# General messages
# You can use %prefix% to replace it for the currently prefix in config.yaml
# If you want to, you can use RGB colors (Gradients, Solid) -> more on our wiki
# Our systems supports PAPI
# --
prefix: "<BOLD><GRADIENT:D579E9:B922CC>ShulkerBox</BOLD></GRADIENT> &8»&7"
help-command:
- "&8&m-------------------&8[ <BOLD><GRADIENT:D579E9:B922CC>ShulkerBox</BOLD></GRADIENT>&8 ]&8&m-------------------"
- " &f/shulkerbox help &8» &7Shows this help page"
- " &f/shulkerbox reload &8» &7Reloads the plugin"
- " &f/shulkerbox give <type> [player] &8» &7Gives a shulker box to a player"
- " &f/shulkerbox list &8» &7Shows all shulker box types"
- " &f/shulkerbox info &8» &7Shows info about the plugin"
- "&8&m----------------------------------------------------"
invalid-command: "%prefix% &cInvalid command! Type '/shulkerbox help' for help!"
no-permission: "%prefix% &cYou don't have permission to do that!"
no-player: "%prefix% &cYou can't do that from console!"
player-not-found: "%prefix% &cPlayer not found!"
shulkerbox-not-found: "%prefix% &cShulker box not found!"
shulkerbox-given: "%prefix% &7You have been given a &b%type% &7shulker box!"
shulkerbox-given-other: "%prefix% &7You have given a &b%type% &7shulker box to &b%player%&7!"
cooldown: "%prefix% &cYou can't do that yet! You have to wait &b%time% &cseconds!"
plugin-reloading: "%prefix% &7Reloading plugin..."
# Custom Placeholders for this message:
# %time% - Reload time in milliseconds
plugin-reloaded: "%prefix% &7Plugin reloaded in %time%ms!"
# Custom Placeholders for this message:
# %new_version% - New version of the plugin
# %current_version% - Current version of the plugin
update-available: "%prefix% &7There is an %new_version% update available!"