Rotation Wrench
This plugin allows you to use a wrench to rotate almost any block. Even containers with items in them! It's as simple as
right-clicking the blocks with the wrench in your main-hand. You can rotate blocks like pistons, dispensers, chests, signs, banners and many more as shown in the video! Armor stands are also rotatable.
You can also
flip stairs, slabs and trapdoors
upside down by using the wrench on them while
sneaking! Blocks like
pistons, droppers and dispensers can also be rotated up and down while
sneaking.
Obtaining it
Crafting
Permissions are required for crafting it. The crafting recipe can also be changed or disabled in the config
.
Command
Use
/rotationwrench to get a wrench. This requires you to have the necessary permission for it.
-----------------------------------------------------------------
Permissions
rotationwrench.use - Allows players to use the wrench
rotationwrench.craft - Allows players to craft the wrench
rotationwrench.command - Allows to spawn a wrench in your inventory via /rotationwrench
rotationwrench.* - Access to all permissions
-----------------------------------------------------------------
Config
Code (YAML):
#Set the name and type of the item and whether it should have enchantment glint or not
wrench:
name
: Wrench
item
: carrot_on_a_stick
enchantment-glint
: true
#Set to false if you want to disable the sound played on rotation
play-sound
: true
#Set "enabled" to true to use a lore on the item. Multiple lines can be set in the text option
lore:
enabled
: false
text
:
- Right-click to rotate
- Shift + Right-click to flip
#Add blocks that you don't want to be rotatable to the blacklist (Change this to "blacklist: []" if you don't want anything in here)
blacklist
:
- end_portal_frame
#Set to false if you want to disable the crafting recipe completely
use-crafting-recipe
: true
#Configure the crafting recipe (Make sure to use valid item-IDs)
recipe:
topLeft
: air
topCenter
: gold_ingot
topRight
: air
middleLeft
: air
middleCenter
: gold_ingot
middleRight
: gold_ingot
bottomLeft
: gold_ingot
bottomCenter
: air
bottomRight
: air
-----------------------------------------------------------------
If you have any problems, ideas or suggestions let me know in the discussion.
My Plugins
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2F3wPy86Z.png)