Player Sit
This Plugin allows players to sit everywhere using the /sit command
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Player Sit
Player Sit Plugin
*This plugin is designed to work on 1.21.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 ```