
Description
Description
PushBlocks allows you to push a block in any cardinal direction (north,south,east,west) 1 grid space at a time. This opens up endless possibilities for mini games or puzzles.
To use is simple, just rename any block on an anvil to "Pushable" and the plugin will take care of the rest. The name will be normal, but a special lore will be added. This is how to tell the difference between normal blocks and pushable ones.
Now supports instanced worlds! Tested with AdvenTour plugin.
Requested here: http://forums.bukkit.org/threads/pushable-blocks.186538/
Enjoy! ^_^
Commands
none
Permissions
- pushblock.push
- Allow user/group to push pushable blocks.
- pushblock.create
- Allow user/group to create pushable blocks.
- pushblock.place
- Allow user/group to place pushable blocks.
- pushblock.break
- Allow user/group to break pushable blocks..
Default config.yml
Version 1.1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Enable debug info in console debug-mode: false # Enable colors in console output color-logs: true ######################################################################## # The following settings are for instanced worlds only. # # If you do not know what that is, leave them disabled to save memory. # ######################################################################## # Allow instanced worlds to populate pushable blocks from template world # Enable this to make pushable blocks placed in a template world work in the instanced worlds. allow-instanced-worlds: false # Delete all pushable blocks in instanced worlds when the instanced world is unloaded. # Enable this if your instanced worlds delete/reset when they are unloaded. # Make sure your instance world is deleted/reset on unload or your blocks will not be pushable! delete-instanced-blocks-on-unload: false # List of your instanced worlds' Template world # The are the default templates that come with AdvenTour template-worlds: - Testworld1 - Testworld2 |
Todo
Have a suggestion? Leave a comment!
Video