Simple Sit

Quick rating

Simple Sit

No reviews yet

Simple Sit is a minimal Fabric mod focused on clean sitting interactions. It allows players to sit on common blocks with a right click or a command, without requiring OP for normal use.

Minigame
Mod Loaders
Fabric
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

Where It Runs
Server Required, Client Optional

Required on the server. Installing it on the client adds functionality.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
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

Source Issues Wiki Discord

About

Description

Simple Sit

Simple Sit is a minimal Fabric mod focused on clean sitting interactions. It allows players to sit on common blocks with a right click or a command, without requiring OP for normal use.

Features

  • Sit on carpets with right click
  • Sit on stairs with right click
  • Optional support for slabs and beds
  • Hidden seat entity implementation
  • Occupancy detection to prevent multiple players from sitting in the same spot
  • Stand up with Shift
  • Automatically stand up when moving or jumping
  • /sit command for sitting in place
  • Simple admin configuration through commands and config file
  • Server-first design for multiplayer servers

Dependencies

This mod requires:

  • Fabric API
  • Fabric Language Kotlin

Installation

Dedicated server

Place the following files into the server mods directory:

  • simple-sit-<version>-fabricmc<mc-version>.jar
  • fabric-api
  • fabric-language-kotlin

Clients usually do not need to install this mod to join and use it.

Single-player

Single-player runs an integrated server, so the mod and its dependencies must also be installed on the local client.

Usage

Player actions

  • Right click a supported block to sit
  • Press Shift to stand up
  • Move or jump to stand up automatically
  • Use /sit to sit in place

Supported blocks

Enabled by default:

  • Stairs
  • Carpets
  • Slabs
  • Beds

Each category can be enabled or disabled by the administrator.

Commands

Player command

Command Description
/sit Sit at the current position

Admin commands

Command Description
/sitadmin reload Reload the configuration file
/sitadmin set enabled <true|false> Enable or disable the mod
/sitadmin set requireSneakRightClick <true|false> Require sneak + right click
/sitadmin set requireEmptyHand <true|false> Require an empty hand
/sitadmin set allowStairs <true|false> Toggle stair sitting
/sitadmin set allowCarpets <true|false> Toggle carpet sitting
/sitadmin set allowSlabs <true|false> Toggle slab sitting
/sitadmin set allowBeds <true|false> Toggle bed sitting
/sitadmin set allowCommandSit <true|false> Toggle /sit

Configuration

Config file path:

config/simple-sit.json

Default content:

{
  "enabled": true,
  "requireSneakRightClick": false,
  "requireEmptyHand": true,
  "allowStairs": true,
  "allowCarpets": true,
  "allowSlabs": true,
  "allowBeds": true,
  "allowCommandSit": true
}

中文

Simple Sit 是一个面向 Fabric 的极简坐下模组,允许玩家通过右键或命令在常见方块上坐下,不需要复杂的界面,也不要求普通玩家拥有 OP 权限。

English documentation: README_EN.md

特性

  • 右键地毯坐下
  • 右键楼梯坐下
  • 可选支持台阶和床
  • 使用隐藏 Seat 实体实现坐下
  • 自动检测座位占用,避免多人重叠坐下
  • Shift 起身
  • 玩家尝试移动或跳跃时自动起身
  • 提供 /sit 原地坐下命令
  • 管理员可通过命令和配置文件控制行为
  • 服务端优先设计,适合多人服务器使用

依赖

安装本模组时需要同时安装:

  • Fabric API
  • Fabric Language Kotlin

安装

多人服务器

将以下文件放入服务端 mods 目录:

  • simple-sit-<版本>-fabricmc<游戏版本>.jar
  • fabric-api
  • fabric-language-kotlin

客户端通常不需要安装本模组即可连接和使用。

单人游戏

单人模式本质上是内置服务器,因此需要在本地客户端同时安装本模组和依赖。

使用方式

玩家操作

  • 右键支持的方块坐下
  • Shift 起身
  • 尝试移动或跳跃时自动起身
  • 输入 /sit 原地坐下

支持的方块

默认支持:

  • 楼梯
  • 地毯
  • 台阶

管理员可以按需关闭其中任意一种。

命令

玩家命令

命令 说明
/sit 在当前位置坐下

管理员命令

命令 说明
/sitadmin reload 重新加载配置文件
/sitadmin set enabled <true|false> 开启或关闭模组
/sitadmin set requireSneakRightClick <true|false> 是否必须潜行右键才能坐下
/sitadmin set requireEmptyHand <true|false> 是否必须空手右键
/sitadmin set allowStairs <true|false> 是否允许楼梯坐下
/sitadmin set allowCarpets <true|false> 是否允许地毯坐下
/sitadmin set allowSlabs <true|false> 是否允许台阶坐下
/sitadmin set allowBeds <true|false> 是否允许床坐下
/sitadmin set allowCommandSit <true|false> 是否允许使用 /sit

配置文件

配置文件路径:

config/simple-sit.json

默认内容:

{
  "enabled": true,
  "requireSneakRightClick": false,
  "requireEmptyHand": true,
  "allowStairs": true,
  "allowCarpets": true,
  "allowSlabs": true,
  "allowBeds": true,
  "allowCommandSit": true
}

Screenshots

Gallery

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

<1,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