EssentiaX Sit Addon

Sit and crawl addon for EssentiaX

457

EssentiaX Sit Addon

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 `/sit` command. - 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 `/sit` command. - `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: ```yaml 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

1. Right-click a block that is allowed in the configuration (if sit.on-click is true).

2. You will sit on the block at the configured height offset.

Sit using command

1. Type /sit in chat.

2. You will sit at your current location with the configured offset.

Notes

Players automatically stop sitting when leaving the server.

ADS