Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
FabSit: Sit mod for Fabric
Ever wanted to use /sit
on a fabric server? This mod is for you!
Required server-side. Can be installed client-side for local translation (maybe more features Soon).
The mod currently implements /sit
, /lay
and /spin
.
The mod eventually aims to provide near-feature parity to the GSit mod for Spigot however implementation is ongoing. Exact behaviour matching is not guaranteed.
See the Github page for configuration and internationalization details.
Available on Github, Modrinth and CurseForge
Requires the Fabric API
Usage
Simply add the jar file to your server mods directory, and optionally to the client directory.
Players can then use /sit
to sit, /lay
to lie down or /spin
to start spinning.
Permissions
Permissions to pose are granted to all players by default.
fabsit.commands
node
sit, lay, spin:
specific permission to use appropriate poses
fabsit.reload
Permission to use /fabsit reload
to reload the config file from disk. Requires op level 2 by default
Proximity Voice Users
The implementations of /lay
and /spin
break some voice chat mods. Setting strongly_remove_players
to false
in the config should fix this until a better solution is found.