← Назад к ресурсам

Player Sit

This Plugin allows players to sit everywhere using the /sit command

Modrinth decoration social utility

Описание

[![Supported by Server Tools](https://cdn.modrinth.com/data/cached_images/dc2a1aa9059b3282f486abb61964c597959eee41.png)](https://www.mcserver.tools/tools/) # Player Sit Plugin *This plugin is designed to work on 1.21.x and 26.1.x* **Player Sit** is a lightweight PaperMC plugin that lets your players sit anywhere using the `/sit` command or by right-clicking on slabs and stairs. Designed for simplicity and high performance, it includes configurable settings and automatically makes players stand up when taking damage. ## Commands | Command | Description | |----------|-------------| | `/sit` | Lets you sit down | | `/configure-sit` | Opens configuration options for sitting behavior | ## Permissions | Permission | Description | |-------------|-------------| | `playersit.sit` | Allows the player to use `/sit` and sit on slabs/stairs | | `playersit.config` | Allows access to `/configure-sit` to configure sitting behavior | ## Features - Players can sit anywhere using `/sit`. - Sit on slabs and stairs by right-clicking on them. - Sitting now automatically cancels when taking damage (default behavior). - Configurable sitting settings via `/configure-sit`. ## Default Configuration (Version 1.1.0) ```yaml # PlayerSit Configuration # Default Configuration for all Players: # Determines if players should automatically stand up when taking damage unsit-on-damage: true # Determines if players should automatically sit on stairs or slabs when right-clicking them sit-on-stairs-slabs: true ```