Pack: Stair Chairs - teakivy/teaks-tweaks GitHub Wiki

Pack: Stair Chairs (stair-chairs)

Stair Chairs allows players to sit on stairs.

Right-click a stair with a saddle to make it a chair.

Break the stair to remove the chair and get the saddle back.

Showcase

stair-chairs

Config

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

# Stair Chairs
# Allow players to sit on chairs
# Right-click a stair with a saddle to make it a chair
# Break the stair to remove the chair and get the saddle back
#
# Permissions:
# teakstweaks.stair-chairs.create
# teakstweaks.stair-chairs.sit
stair-chairs:
  enabled: false

Options

enabled

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

Permissions

teakstweaks.stair-chairs.create

  • Default - true
  • Description - Controls whether the player can create chairs.

teakstweaks.stair-chairs.sit

  • Default - true
  • Description - Controls whether the player can sit on chairs.

Messages

"stair_chairs.name": "Stair Chairs",
"stair_chairs.description": "Allows you to sit on stairs.<newline>Right-click a stair with a saddle to make it a chair.<newline>Break the stair to remove the chair and get the saddle back.",
"stair_chairs.chair_created": "<green>Chair created!",
"stair_chairs.chair_destroyed": "<green>Chair removed!",

stair_chairs.name

  • Default - Stair Chairs

stair_chairs.description

  • Default - Allows you to sit on stairs.<newline>Right-click a stair with a saddle to make it a chair.<newline>Break the stair to remove the chair and get the saddle back.

stair_chairs.chair_created

  • Default - <green>Chair created!

stair_chairs.chair_destroyed

  • Default - <green>Chair removed!
⚠️ **GitHub.com Fallback** ⚠️