generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used for CurseForge and Modrinth pages
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## 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](https://www.spigotmc.org/resources/gsit-modern-sit-seat-and-chair-lay-and-crawl-plugin-1-13-x-1-19-x.62325/) | ||
mod for Spigot however implementation is ongoing. Exact behaviour matching is not guaranteed. | ||
|
||
See the [Github](https://github.com/fill1890/FabSit) page for configuration and internationalization details. | ||
|
||
Available on [Github](https://github.com/fill1890/FabSit), [Modrinth](https://modrinth.com/mod/fabsit) and | ||
[CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabsit) | ||
|
||
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 reload the config file from disk. Requires op level 2 by default | ||
|