Custom Unblocker - Opening chests and shulker boxes through solid blocks
SpigotMCUnblocks containers standing below solid blocks
178 Downloads 5.0 Bewertung
neueste v1.0.0 SpigotMC
If you like this plugin leave a good review.
You can also make a donation.
You can also make a donation.
CustomUnblocker is a plugin which allows players with special permission to open chests and shulker boxes with a solid block (or cats) above.
- Selecting available types of containers
- Selecting available worlds
- Checking access to a region of a block before opening
- Allowing some players to ignore these conditions
- Config reloading command
/unblocker reload - reloads config
- unblocker.* - gives access to all permissions
- unblocker.admin - allows to use /unblocker reload
- unblocker.use - allows opening blocked containers
- unblocker.unconditional - allows to open blocked containers unconditionally
Code (YAML):
# If it set to true the plugin will open blocks only if other plugins allow a player to build in its location
check-can-build : true
# List blocks which can be unblocked
blocks :
- CHEST
- TRAPPED_CHEST
- WHITE_SHULKER_BOX
- ORANGE_SHULKER_BOX
- MAGENTA_SHULKER_BOX
- LIGHT_BLUE_SHULKER_BOX
- YELLOW_SHULKER_BOX
- LIME_SHULKER_BOX
- PINK_SHULKER_BOX
- GRAY_SHULKER_BOX
- SILVER_SHULKER_BOX
- CYAN_SHULKER_BOX
- PURPLE_SHULKER_BOX
- BLUE_SHULKER_BOX
- BROWN_SHULKER_BOX
- GREEN_SHULKER_BOX
- RED_SHULKER_BOX
- BLACK_SHULKER_BOX
- SHULKER_BOX
# Set true for allowing unblocking in all worlds except worlds from list
# Set false for allowing unblocking only in worlds from list
worlds-excepting-mode : true
# List enabled (disabled) worlds
worlds :
- example1
- example2
check-can-build : true
# List blocks which can be unblocked
blocks :
- CHEST
- TRAPPED_CHEST
- WHITE_SHULKER_BOX
- ORANGE_SHULKER_BOX
- MAGENTA_SHULKER_BOX
- LIGHT_BLUE_SHULKER_BOX
- YELLOW_SHULKER_BOX
- LIME_SHULKER_BOX
- PINK_SHULKER_BOX
- GRAY_SHULKER_BOX
- SILVER_SHULKER_BOX
- CYAN_SHULKER_BOX
- PURPLE_SHULKER_BOX
- BLUE_SHULKER_BOX
- BROWN_SHULKER_BOX
- GREEN_SHULKER_BOX
- RED_SHULKER_BOX
- BLACK_SHULKER_BOX
- SHULKER_BOX
# Set true for allowing unblocking in all worlds except worlds from list
# Set false for allowing unblocking only in worlds from list
worlds-excepting-mode : true
# List enabled (disabled) worlds
worlds :
- example1
- example2
- Add command tab complete
- Add source code
- Add update checker
- Add lang.yml
- Add messages
- Add sounds
- Add in-game setting editing
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.