Pack: Rotation Wrench - teakivy/teaks-tweaks GitHub Wiki

Pack: Rotation Wrench (rotation-wrench)

Rotation Wrench adds a craftable Wrench that allows players to rotate Redstone components, and Glazed Terracotta by right-clicking.

Showcase

rotation-wrench

Recipes

teakstweaks:rotation_wrench

rotation_wrench

Resource Packs

pack World Specific Resources (Wrench Only)

Config

The config for this pack can be found in the config.yml file for the plugin.

# Rotation Wrench (Redstone/Glazed Terracotta)
# Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.
#
# Permissions:
# teakstweaks.rotation-wrench.redstone
# teakstweaks.rotation-wrench.terracotta
rotation-wrench:
  enabled: false
  # Whether or not to rotate redstone components
  rotate-redstone: true
  # Whether or not to rotate glazed terracotta
  rotate-terracotta: true
  # Whether or not to suggest the Rotation Wrench Resource pack (shows the wrench as a wrench item instead of carrot on a stick)
  suggest-pack: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

rotate-redstone

  • Type - boolean
  • Default - true
  • Description - Controls whether the Wrench can rotate Redstone components

rotate-terracotta

  • Type - boolean
  • Default - true
  • Description - Controls whether the Wrench can rotate Glazed Terracotta

suggest-pack

  • Type - boolean
  • Default - false
  • Description - Sets whether the server will suggest a resource pack to set the Wrench's texture.

Permissions

teakstweaks.rotation-wrench.redstone

  • Default - true
  • Description - Controls whether the player can use the Wrench to rotate Redstone components.

teakstweaks.rotation-wrench.terracotta

  • Default - true
  • Description - Controls whether the player can use the Wrench to rotate Glazed Terracotta.

Messages

"rotation_wrench.name": "Rotation Wrench",
"rotation_wrench.description": "Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.",
"rotation_wrench.item_name": "<gold>Wrench",

rotation_wrench.name

  • Default - Rotation Wrench

rotation_wrench.description

  • Default - Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.

rotation_wrench.item_name

  • Default - <gold>Wrench
⚠️ **GitHub.com Fallback** ⚠️