Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 2 weeks ago
SitAddon for EssentiaX
SitAddon allows players to sit on blocks in Minecraft using commands or by clicking blocks.
Features
- Sit on specific blocks defined in the configuration.
- Sit by right-clicking blocks (if enabled).
- Sit using the
/sitcommand. - Customizable sitting height offsets.
- Automatic cleanup of invisible armor stands when a player leaves the game.
Permissions
sitaddon.sit— Allows the player to use the/sitcommand.sitaddon.sit.click— Allows the player to sit by right-clicking blocks.
Configuration
The configuration file sitaddon.yml allows you to customize:
- Allowed blocks to sit on:
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
Usage
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.


