/
SitAddon allows players to sit on blocks in Minecraft using commands or by clicking blocks.
/sit command.sitaddon.sit — Allows the player to use the /sit command.sitaddon.sit.click — Allows the player to sit by right-clicking blocks.The configuration file sitaddon.yml allows you to customize:
messages:
join-enabled: true
join-message: "&aSitAddon loaded use /sit or rightklick an allowed block"
no-permission: "&cYou do not have permissions to to that!"
sit:
on-click: true
offset-y: -1.2
use-marker: true
allowed-blocks:
- OAK_STAIRS
- BIRCH_STAIRS
- SPRUCE_STAIRS
- DARK_OAK_STAIRS
- STONE_BRICK_STAIRS
- COBBLESTONE_STAIRS
- QUARTZ_STAIRS
- BRICK_STAIRS
- OAK_SLAB
- STONE_SLAB
- SMOOTH_STONE_SLAB
- COBBLESTONE_SLAB
- BRICK_SLAB
Sit on a block
Right-click a block that is allowed in the configuration (if sit.on-click is true).
You will sit on the block at the configured height offset.
Sit using command
Type /sit in chat.
You will sit at your current location with the configured offset.
Notes
Players automatically stop sitting when leaving the server.