{"id":151888,"date":"2026-06-09T07:08:57","date_gmt":"2026-06-09T04:08:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/"},"modified":"2026-06-09T07:08:57","modified_gmt":"2026-06-09T04:08:57","slug":"takeaseat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/","title":{"rendered":"TakeASeat"},"content":{"rendered":"<p># TakeASeat<br \/>\nThis is a Minecraft mod that allows you to sit on a (customizable list of) block by right-clicking, and it also allows you to set various restrictions as for whether the player can sit.<\/p>\n<p>Supports Minecraft 1.19 &#8211; 1.20 with the Fabric\/Quilt modloader, can work purely server-side.<\/p>\n<p>## Features<br \/>\n&#8211; Customizable list of blocks you can sit on, including modded blocks.<br \/>\n&#8211; You can prevent the player from sitting if:<br \/>\n&#8211; &#8211; The player would suffocate<br \/>\n&#8211; &#8211; The player&#8217;s hand is not empty<br \/>\n&#8211; &#8211; The player is too far away (Configurable distance)<br \/>\n&#8211; &#8211; The seat block is higher than the player (Yes, no more teleporting to the village house ceiling)<br \/>\n&#8211; &#8211; A block is in the way between the player and the seat. (Useful for exhibition server to prevent people clipping into areas)<\/p>\n<p>These can all be manually turned on\/off or changed by editing the config file.<\/p>\n<p>## Config<br \/>\nThe config file is located in `config\/takeaseat.json`, editable value as follows:<\/p>\n<details>\n<summary>Full config list (Click to Open)<\/summary>\n<p>| Key                        | Description                                                                                                                                                                                                                                                                                                                                                                                                             | Default Value       | Type         |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| allowedBlockId             | A list of block id that player can right click and sit on                                                                                                                                                                                                                                                                                                                                                             | [] (Empty)                  | String Array |<br \/>\n| allowedBlockTag            | A list of block tags that player can right click and sit on, see here for list                                                                                                                                                                                                                                                                                                                                                           | [&#8220;minecraft:stairs&#8221;, &#8220;minecraft:slabs&#8221;] | String Array |<br \/>\n| stairsOffset               | Whether to put a offset to the player when sitting on a stairs so that they sits slightly more forward, does not work well with 90 degree turn stairs.                                                                                                                                                                                                                                                                  | false               | boolean      |<br \/>\n| ensurePlayerWontSuffocate  | Do not allow player to sit if there&#8217;s a suffocatable block on top.<\/p>\n<p>Note that this only applies to suffocatable block, usually a full<br \/>1&#215;1 block and not other non-suffocatable\/solid block like stairs<br \/>or light block.                                                                                                                                                                                 | true                | boolean      |<br \/>\n| mustBeEmptyHandToSit       | Whether the player must not be holding any item on both hand to sit.                                                                                                                                                                                                                                                                                                                                                    | true                | boolean      |<br \/>\n| blockMustBeLowerThanPlayer | This ensures the block (seat) the player clicked must not be higher<br \/>than the player by at most 0.5 meter.<\/p>\n<p>Useful to prevent player from climbing to house ceiling made with stairs.                                                                                                                                                                                                                           | true                | boolean      |<br \/>\n| mustNotBeObstructed        | This further restricts player by ensuring no solid block exist between the<br \/>player and the seat. (Solid block implies the block must not have a collidable area)<\/p>\n<p>This could create false positives,<br \/>sometimes requiring player to get closer to the seat before being able to sit, but is<br \/>useful on exhibition server that don&#8217;t want visitors to sit on otherwise inaccessible areas. | false               | boolean      |<br \/>\n| maxDistance                | Distance in block\/meter that the player must get closer to before being able to sit<\/p>\n<p>Value less than or equals to 0 means there&#8217;s no max distance.                                                                                                                                                                                                                                                                     | 0                   | double       |<\/p>\n<\/details>\n<p>## Bugs\/Suggestions<\/p>\n<p>If you have any suggestions or bug report, don&#8217;t hesitate to open an GitHub issue here!<\/p>\n<p>## License<br \/>\nThis project is licensed under the MIT License.<\/p>\n<p>You may also want to check out SvrUtil for some server commands and slight tweaks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Server-side sitting mod, with customizable block list and conditions for sitting<\/p>\n","protected":false},"featured_media":151889,"template":"","meta":{"_minecraft_slug":"takeaseat","_minecraft_project_id":"VLMe7pfI","_minecraft_author":"AmberFrost","_minecraft_license":"MIT","_minecraft_downloads":6955,"_minecraft_follows":19,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"takeaseat.zip","_minecraft_size_bytes":613960,"_minecraft_version_count":18,"_minecraft_updated_at":"2026-05-17T00:32:44.510945Z","_minecraft_date_created":"2023-09-02T20:14:51.556120Z","_minecraft_date_modified":"2026-04-08T10:55:46.358292Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/takeaseat","_minecraft_icon_attachment_id":151889,"_minecraft_imported_at":"2026-06-09T04:08:57+00:00","_minecraft_import_hash":"453db27b7c0b68420fd59b7cf3e6f064","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,98,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,79,80,81,82,83,167,163],"class_list":["post-151888","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-quilt","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-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>TakeASeat - 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\/takeaseat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TakeASeat - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Server-side sitting mod, with customizable block list and conditions for sitting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/\",\"name\":\"TakeASeat - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp\",\"datePublished\":\"2026-06-09T04:08:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/takeaseat\\\/#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\":\"TakeASeat\"}]},{\"@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":"TakeASeat - 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\/takeaseat\/","og_locale":"en_US","og_type":"article","og_title":"TakeASeat - Minecraft","og_description":"Server-side sitting mod, with customizable block list and conditions for sitting","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/","name":"TakeASeat - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp","datePublished":"2026-06-09T04:08:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/takeaseat-icon-469c6b1d80e7968b20d001df5737aef802b2e0c5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/takeaseat\/#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":"TakeASeat"}]},{"@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\/151888","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\/151889"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=151888"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=151888"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=151888"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=151888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}