Pack: Stair Chairs - teakivy/teaks-tweaks GitHub Wiki
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.
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
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
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.
"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!