{"id":73781,"date":"2026-06-04T10:03:29","date_gmt":"2026-06-04T07:03:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/"},"modified":"2026-06-04T10:03:29","modified_gmt":"2026-06-04T07:03:29","slug":"fsit","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/","title":{"rendered":"FSit"},"content":{"rendered":"<p># FSit<\/p>\n<p>Customizable server-side mod that allows players to sit, crawl, and ride each other.<br \/>\nClient-side is supported too,<br \/>\nit allows players to improve their experience by using client configuration<br \/>\nand adding some client-side mod behaviour improvements.<\/p>\n<p>> [!NOTE]<br \/>\n> Inspired by [GSit] Spigot plugin.<\/p>\n<p>## Usage<\/p>\n<p>Having this mod installed on the server is enough, players are not forced to have it to be able to use it.<\/p>\n<p>However, installation on the client will bring some QoL improvements for players using this mod.<br \/>\nSuch as client configuration, better crawling, and key bindings.<\/p>\n<p>### Interacting with blocks<\/p>\n<p>Interact with the topside of the block, that can be sat on, to start sitting on them.<\/p>\n<p>![sapling yippie](https:\/\/cdn.modrinth.com\/data\/cached_images\/9cef22e6f4de70054dea512d74262e514c1ef0e8.jpeg)<\/p>\n<p>Controlled with [`block-interaction`](#block-interaction).<\/p>\n<p>### Interacting with players<\/p>\n<p>Interact with any player to start riding them.<\/p>\n<p>![elytra](https:\/\/cdn.modrinth.com\/data\/cached_images\/910dafbda6436124e72696ee5bac6736be3d5702.jpeg)<\/p>\n<p>Control angle difference with [`riding-minimum-yaw`](#riding-minimum-yaw)<\/p>\n<p>### Sneaking<\/p>\n<p>Double sneak while looking down to sit right away.<\/p>\n<p>Doing the same, but near the hole, will start crawling otherwise. ([`sneak-crawling`](#sneak-crawling))<\/p>\n<p>Minimal pitch and maximum sneak window can be configured with [`sneak-minimum-pitch`](#sneak-minimum-pitch) and<br \/>\n[`sneak-window`](#sneak-window) accordingly.<\/p>\n<p>### Commands<\/p>\n<p>`\/sit` and `\/crawl` commands for corresponding actions are available.<\/p>\n<p>### Key bindings (client)<\/p>\n<p>Use key bindings to start sitting (default: RCtrl) or crawling (default: RAlt).<\/p>\n<p>Key bindings have three modes: **Hold**, **Toggle**, and **Hybrid**.<br \/>\n**Hold** and **Toggle** works the same as Vanilla.<br \/>\n**Hybrid** is an in-between mechanic, that works as Toggle on single-use and as Hold on holding.<br \/>\nThe **Hybrid** window between **Hold** and **Toggle** can be configured from the Configuration Screen.<\/p>\n<p>## Configuration<\/p>\n<p>As was stated before, players can use their own configurations if they have this mod installed on the client.<br \/>\nOtherwise, server configuration will be used.<\/p>\n<p>Configuration can be reloaded from the file with `\/fsit reload`.<\/p>\n<p>For clients, configuration can be modified with [Mod Menu] and [YetAnotherConfigLib] installed.<\/p>\n<p>### Default configuration file<\/p>\n<p>&#8220;`yaml<br \/>\nuse-server: false<br \/>\nseats-trait: moveable<br \/>\nseats-centered: false<br \/>\nblock-interaction: true<br \/>\nblock-interaction-ids:<br \/>\n  &#8211; &#8216;#minecraft:slabs&#8217;<br \/>\n  &#8211; &#8216;#minecraft:stairs&#8217;<br \/>\n  &#8211; &#8216;#minecraft:logs&#8217;<br \/>\n  &#8211; &#8216;#minecraft:fences&#8217;<br \/>\nriding-minimum-yaw: 45<br \/>\nsneak-window: 10<br \/>\nsneak-minimum-pitch: 60<br \/>\nsneak-crawling: true<br \/>\ncommands:<br \/>\n  root: fsit<br \/>\n  sit: sit<br \/>\n  crawl: crawl<br \/>\n  lay: lay<br \/>\n&#8220;`<\/p>\n<details>\n<summary>Options details<\/summary>\n<p>### `use-server`<\/p>\n<p>When set to `true`, forces all players (server) or player (client) to use server configuration.<\/p>\n<p>Enabling this option will ignore client pose updates, leaving only server-to-client synchronization.<\/p>\n<p>### `seats-trait`<\/p>\n<p>Controls sitting behaviour. Possible values: `static`, `attached`, `moveable`.<\/p>\n<p>* `static` \u2013 does nothing, ignores everything;<br \/>\n* `attached` \u2013 seats will be discarded if they do not have any supporting block underneath;<br \/>\n* `moveable` \u2013 seats can be pushed by fluids, pistons, etc. Will start falling without a supporting block.<\/p>\n<p>### `seats-centered`<\/p>\n<p>Place seats in the centre of the block.<\/p>\n<p>### `block-interaction`<\/p>\n<p>Allows sitting by interacting with blocks.<\/p>\n<p>### `riding-minimum-yaw`<\/p>\n<p>When 1..180, allows riding by interacting with players.<br \/>\nSetting to 0 disables riding interactions, and 180 removes restriction.<\/p>\n<p>The option controls a difference between players&#8217; horizontal facing angle to allow riding by interaction.<\/p>\n<p>### `block-interaction-ids`<\/p>\n<p>List of blocks and block tags that are available to interact with.<\/p>\n<p>### `sneak-crawling`<\/p>\n<p>Starts crawling instead of sitting if there is a hole nearby.<\/p>\n<p>### `sneak-minimum-pitch`<\/p>\n<p>Minimal required player pitch to start registering sneak actions.<br \/>\nWhere 90 is straight down, and -90 ignores player pitch.<\/p>\n<p>### `sneak-window`<\/p>\n<p>The window in ticks between sneaks to be recognized as double sneak action.<br \/>\nSetting to 0 disables sneak actions.<\/p>\n<\/details>\n<p>## Contributing<\/p>\n<p>Pull requests are welcome.<br \/>\nFor major changes, please open an issue first to discuss what you would like to change.<\/p>\n<p>### Translations<\/p>\n<p>New or updated translations are more than appreciated,<br \/>\nthey can be found at [src\/main\/resources\/assets\/fsit\/lang](.\/src\/main\/resources\/assets\/fsit\/lang).<\/p>\n<p>Fields with keys `*.description.1` are indefinite and can have any number of lines,<br \/>\nyou are free to create new or remove keys with `description.<n>` when needed.<\/p>\n<p>### Building<\/p>\n<p>The project uses [FabricMC] and [Stonecutter] for multi-versioning.<\/p>\n<p>&#8220;`shell<br \/>\n> .\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>To run a specific version, switch to that version with Stonecutter, and run version configuration provided by IDE, or<\/p>\n<p>&#8220;`shell<br \/>\n> .\/gradlew &#8220;Set active project to [version]&#8221;<br \/>\n> .\/gradlew [version]:runClient # or<br \/>\n> .\/gradlew [version]:runServer<br \/>\n&#8220;`<\/p>\n<p>Publishing is done with `publishMods` task.<br \/>\nRequires `MODRINTH_TOKEN` environment variable to be provided, otherwise the task will dry-run.<\/p>\n<p>&#8220;`shell<br \/>\n> .\/gradlew chiseledPublish<br \/>\n&#8220;`<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the MIT License.<\/p>\n<p>[gsit]: https:\/\/github.com\/Gecolay\/GSit<\/p>\n<p>[mod menu]: [https:\/\/modrinth.com\/mod\/modmenu]<br \/>\n[yetanotherconfiglib]: [https:\/\/modrinth.com\/mod\/yacl]<\/p>\n<p>[fabricmc]: https:\/\/docs.fabricmc.net\/develop\/<br \/>\n[stonecutter]: https:\/\/stonecutter.kikugie.dev<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sit anywhere!<\/p>\n","protected":false},"featured_media":73782,"template":"","meta":{"_minecraft_slug":"fsit","_minecraft_project_id":"J5NAzRqK","_minecraft_author":"rvbsm","_minecraft_license":"MIT","_minecraft_downloads":476881,"_minecraft_follows":330,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"fsit.zip","_minecraft_size_bytes":5762595,"_minecraft_version_count":14,"_minecraft_updated_at":"2026-05-16T17:02:06.274615Z","_minecraft_date_created":"2023-03-14T01:44:24.615804Z","_minecraft_date_modified":"2026-03-24T20:11:19.730987Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/fsit","_minecraft_icon_attachment_id":73782,"_minecraft_imported_at":"2026-06-04T07:03:30+00:00","_minecraft_import_hash":"f8fcf9167bd25de41337e193a4ee003e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,98,867,92],"mod_loader":[99,100],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,767,79,80,81,82,83,167,163],"class_list":["post-73781","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-quilt","mod_category-social","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-5-pre1","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FSit - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FSit - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Sit anywhere!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/\",\"name\":\"FSit - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png\",\"datePublished\":\"2026-06-04T07:03:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fsit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FSit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FSit - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/","og_locale":"en_US","og_type":"article","og_title":"FSit - Minecraft","og_description":"Sit anywhere!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/","name":"FSit - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png","datePublished":"2026-06-04T07:03:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/fsit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fsit-icon-43f9b135ef9ab49a67da667caa8b5987e1d5d864.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fsit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"FSit"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/73781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/73782"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=73781"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=73781"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=73781"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=73781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}