
FSit
Sit anywhere!
Обновлён 24 марта 2026 г. · опубликован 9 марта 2023 г.
FSit
Customizable server-side mod that allows players to sit, crawl, and ride each other. Client-side is supported too, it allows players to improve their experience by using client configuration and adding some client-side mod behaviour improvements.
[!NOTE] Inspired by GSit Spigot plugin.
Usage
Having this mod installed on the server is enough, players are not forced to have it to be able to use it.
However, installation on the client will bring some QoL improvements for players using this mod. Such as client configuration, better crawling, and key bindings.
Interacting with blocks
Interact with the topside of the block, that can be sat on, to start sitting on them.

Controlled with block-interaction.
Interacting with players
Interact with any player to start riding them.

Control angle difference with riding-minimum-yaw
Sneaking
Double sneak while looking down to sit right away.
Doing the same, but near the hole, will start crawling otherwise. (sneak-crawling)
Minimal pitch and maximum sneak window can be configured with sneak-minimum-pitch and
sneak-window accordingly.
Commands
/sit and /crawl commands for corresponding actions are available.
Key bindings (client)
Use key bindings to start sitting (default: RCtrl) or crawling (default: RAlt).
Key bindings have three modes: Hold, Toggle, and Hybrid. Hold and Toggle works the same as Vanilla. Hybrid is an in-between mechanic, that works as Toggle on single-use and as Hold on holding. The Hybrid window between Hold and Toggle can be configured from the Configuration Screen.
Configuration
As was stated before, players can use their own configurations if they have this mod installed on the client. Otherwise, server configuration will be used.
Configuration can be reloaded from the file with /fsit reload.
For clients, configuration can be modified with Mod Menu and YetAnotherConfigLib installed.
Default configuration file
use-server: false
seats-trait: moveable
seats-centered: false
block-interaction: true
block-interaction-ids:
- '#minecraft:slabs'
- '#minecraft:stairs'
- '#minecraft:logs'
- '#minecraft:fences'
riding-minimum-yaw: 45
sneak-window: 10
sneak-minimum-pitch: 60
sneak-crawling: true
commands:
root: fsit
sit: sit
crawl: crawl
lay: lay
Options details
use-server
When set to true, forces all players (server) or player (client) to use server configuration.
Enabling this option will ignore client pose updates, leaving only server-to-client synchronization.
seats-trait
Controls sitting behaviour. Possible values: static, attached, moveable.
static– does nothing, ignores everything;attached– seats will be discarded if they do not have any supporting block underneath;moveable– seats can be pushed by fluids, pistons, etc. Will start falling without a supporting block.
seats-centered
Place seats in the centre of the block.
block-interaction
Allows sitting by interacting with blocks.
riding-minimum-yaw
When 1..180, allows riding by interacting with players. Setting to 0 disables riding interactions, and 180 removes restriction.
The option controls a difference between players' horizontal facing angle to allow riding by interaction.
block-interaction-ids
List of blocks and block tags that are available to interact with.
sneak-crawling
Starts crawling instead of sitting if there is a hole nearby.
sneak-minimum-pitch
Minimal required player pitch to start registering sneak actions. Where 90 is straight down, and -90 ignores player pitch.
sneak-window
The window in ticks between sneaks to be recognized as double sneak action. Setting to 0 disables sneak actions.
Contributing
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Translations
New or updated translations are more than appreciated, they can be found at src/main/resources/assets/fsit/lang.
Fields with keys *.description.1 are indefinite and can have any number of lines,
you are free to create new or remove keys with description.<n> when needed.
Building
The project uses FabricMC and Stonecutter for multi-versioning.
> ./gradlew build
To run a specific version, switch to that version with Stonecutter, and run version configuration provided by IDE, or
> ./gradlew "Set active project to [version]"
> ./gradlew [version]:runClient # or
> ./gradlew [version]:runServer
Publishing is done with publishMods task.
Requires MODRINTH_TOKEN environment variable to be provided, otherwise the task will dry-run.
> ./gradlew chiseledPublish
License
This project is licensed under the MIT License.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.0.0-beta.1+mc26.1 | Бета | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 24 марта 2026 г. | .jar (382 КБ) |
| 2.9.1+mc1.21.2 | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | fabric, quilt | 3 марта 2026 г. | .jar (904 КБ) |
| 2.9.1+mc1.21.9 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 3 марта 2026 г. | .jar (906 КБ) |
| 2.9.1+mc1.21 | Релиз | 1.21, 1.21.1 | fabric, quilt | 3 марта 2026 г. | .jar (904 КБ) |
| 2.9.1+mc1.21.11 | Релиз | 1.21.11 | fabric, quilt | 3 марта 2026 г. | .jar (906 КБ) |
| 2.9.1+mc1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 3 марта 2026 г. | .jar (904 КБ) |
| 2.9.1+mc1.21 | Релиз | 1.21, 1.21.1 | fabric, quilt | 3 марта 2026 г. | .jar (904 КБ) |
| 2.9.0+mc1.21.2 | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | fabric, quilt | 16 февраля 2026 г. | .jar (904 КБ) |
| 2.9.0+mc1.21 | Релиз | 1.21, 1.21.1 | fabric, quilt | 16 февраля 2026 г. | .jar (904 КБ) |
| 2.9.0+mc1.21.9 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 16 февраля 2026 г. | .jar (906 КБ) |
| 2.9.0+mc1.21.11 | Релиз | 1.21.11 | fabric, quilt | 16 февраля 2026 г. | .jar (906 КБ) |
| 2.9.0+mc1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 16 февраля 2026 г. | .jar (904 КБ) |
| 2.8.3+mc1.21.11 | Релиз | 1.21.11 | fabric, quilt | 6 декабря 2025 г. | .jar (904 КБ) |
| 2.8.3+mc1.21.9 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 6 декабря 2025 г. | .jar (904 КБ) |
| 2.8.3+mc1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 6 декабря 2025 г. | .jar (902 КБ) |
Показаны последние 15 из 176 версий. Все версии — на Modrinth.
Ченджлог
3.0.0-beta.1+mc26.1Бета26.1, 26.1.1, 26.1.2 · 24 марта 2026 г.
Tiny Takeover over the codebase!
With big changes to Minecraft internals, and obfuscation drop, I felt like it would be very complicated to continue maintaining previous versions. The new versioning scheme might be seen as a soft-reboot, and v2 branch is somewhat messy...
Pre-26.1 versions will no longer be maintained, or at least will not be a main focus. They might receive some fixes, but can't promise much.
This update brings a complete rewrite, while keeping most features of the previous branch.
The configuration screen is a bit messy, sorry for that, I don't have much time to focus on it. If someone wishes to contribute and polish it, I would gladly accept them!
The configuration itself changed a bit, with no automatic migrations from v2.
seats-traitis the samesitting.behaviourwith same possible values under a different name;block-interactionandblock-interaction-idswereon-use.sittingandon-use.blocks;riding-minimum-yawwason-use.riding, but with added control over angle difference between players. (where 0 = disabled, 180 = no restrictions)
Probably the biggest change about configuration is that clients no longer send their configuration to the server. No-no, wait! Client-side configurations are still here, the processing was given to the client. Clients without mod installed can still use all the features of the mod, the server will handle it.
fsit.yml
use-server: false
seats-trait: moveable # [static, attached, moveable]
seats-centered: false
block-interaction: true
block-interaction-ids:
- '#minecraft:slabs'
- '#minecraft:stairs'
- '#minecraft:logs'
- '#minecraft:fences'
riding-minimum-yaw: 45
sneak-window: 10
sneak-minimum-pitch: 60
sneak-crawling: true
commands:
root: fsit
sit: sit
crawl: crawl
lay: lay
Riding restrictions were removed. They made riding requests way more complicated that they should be, and I do not think that sending the whole list of UUIDs to the server is viable.
And, finally, laying support! Experimental, Works On My Machine™, so please report if bwoke! Currently accessible only with command, as I have no idea how else could it be done otherwise.
Oh, and Fabric Permissions API of course. Currently, for commands only, but might be extended in the future.
Thank you everyone for your support! Please report regressions, bugs, or feature requests!
Added
- feat: laying
- feat(command):
/lay - feat: Fabric Permissions API
Changed
- feat(sneak): ignore if player is moving
- refactor(config): new format
- refactor(config): switch to
snakeyaml-engineandcom.mojang.serialization - refactor(interaction): more consistent block interactions
Removed
- feat(config): configuration sync
- feat(riding): riding restrictions
- build: Proguard (was used for minimizing included libraries)
- chore: Fabric Language Kotlin
2.9.1+mc1.21.2Релиз1.21.3, 1.21.4, 1.21.5 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
2.9.1+mc1.21.9Релиз1.21.9, 1.21.10 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
2.9.1+mc1.21Релиз1.21, 1.21.1 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
2.9.1+mc1.21.11Релиз1.21.11 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
2.9.1+mc1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
2.9.1+mc1.21Релиз1.21, 1.21.1 · 3 марта 2026 г.
Fixes
- Fail sneak interaction on player movement (to fix speedbridging). Thanks #9
Полная история изменений — на Modrinth.
Комментарии
Загружаем…





