
Lay down and sit
A mod where if you type /lay your character lays on your back that stops when you crouch and when you type /sit your character sits down and also stops...
00—neoforgeServer1.21.1mod
Lay down and sit (server-only) adds two simple player pose commands:
/layforces your player to a sleeping pose on the ground until you crouch./sitforces your player into a sitting pose until you crouch.
Implementation notes:
- Works on dedicated servers without any client mod; no custom registries or assets are used.
- Pose locks clear automatically if you crouch, die, or log out, and only affect the player who ran the command.
- Commands are available to all players (permission level 0) by default; adjust permissions via your server command permissions if needed.