TakeASeat

Quick rating

TakeASeat

No reviews yet

Server-side sitting mod, with customizable block list and conditions for sitting

Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1.1+1.21.11
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

TakeASeat

This 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.

Supports Minecraft 1.19 - 1.20 with the Fabric/Quilt modloader, can work purely server-side.

Features

  • Customizable list of blocks you can sit on, including modded blocks.
  • You can prevent the player from sitting if:
    • The player would suffocate
      • The player's hand is not empty
      • The player is too far away (Configurable distance)
      • The seat block is higher than the player (Yes, no more teleporting to the village house ceiling)
      • A block is in the way between the player and the seat. (Useful for exhibition server to prevent people clipping into areas)

These can all be manually turned on/off or changed by editing the config file.

Config

The config file is located in config/takeaseat.json, editable value as follows:

Full config list (Click to Open)
Key Description Default Value Type
allowedBlockId A list of block id that player can right click and sit on [] (Empty) String Array
allowedBlockTag A list of block tags that player can right click and sit on, see here for list ["minecraft:stairs", "minecraft:slabs"] String Array
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
ensurePlayerWontSuffocate Do not allow player to sit if there's a suffocatable block on top.

Note that this only applies to suffocatable block, usually a full
1x1 block and not other non-suffocatable/solid block like stairs
or light block.
true boolean
mustBeEmptyHandToSit Whether the player must not be holding any item on both hand to sit. true boolean
blockMustBeLowerThanPlayer This ensures the block (seat) the player clicked must not be higher
than the player by at most 0.5 meter.

Useful to prevent player from climbing to house ceiling made with stairs.
true boolean
mustNotBeObstructed This further restricts player by ensuring no solid block exist between the
player and the seat. (Solid block implies the block must not have a collidable area)

This could create false positives,
sometimes requiring player to get closer to the seat before being able to sit, but is
useful on exhibition server that don't want visitors to sit on otherwise inaccessible areas.
false boolean
maxDistance Distance in block/meter that the player must get closer to before being able to sit

Value less than or equals to 0 means there's no max distance.
0 double

Bugs/Suggestions

If you have any suggestions or bug report, don't hesitate to open an GitHub issue here!

License

This project is licensed under the MIT License.

You may also want to check out SvrUtil for some server commands and slight tweaks!

Screenshots

Gallery

  • Sitting on a seat (With offset)
    Sitting on a seat (With offset) A player sitting on a seat made by oak stairs. stairsOffset is set to true, and the player is shifted a bit outwards.
  • Sitting on a seat
    Sitting on a seat A player sitting on a seat made by oak stairs.
  • Restriction example
    Restriction example An in-game example of what the restriction in the config file applies to.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~7,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works