https://github.com/ale32bit/solstice
Essential commands and features for Fabric servers
https://github.com/ale32bit/solstice
Last synced: 28 days ago
JSON representation
Essential commands and features for Fabric servers
- Host: GitHub
- URL: https://github.com/ale32bit/solstice
- Owner: Ale32bit
- License: mit
- Created: 2024-11-27T21:14:43.000Z (over 1 year ago)
- Default Branch: stonecutter
- Last Pushed: 2026-06-22T20:39:31.000Z (about 1 month ago)
- Last Synced: 2026-06-25T01:17:29.562Z (about 1 month ago)
- Language: Java
- Homepage: https://solstice.alexdevs.me/
- Size: 1.38 MB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

**Essentials for Fabric servers! Plus some other features!**
[](https://github.com/Ale32bit/Solstice/actions/workflows/build.yml)
[](https://modrinth.com/mod/solstice-essentials)
[](https://modrinth.com/mod/solstice-essentials)
[](https://discord.gg/PYzP4XjzH4)
## Download
[Modrinth](https://modrinth.com/mod/solstice-essentials)
[CurseForge](https://www.curseforge.com/minecraft/mc-mods/solstice)
## Documentation
Consult the [Solstice Documentation](https://solstice.alexdevs.me) to configure the mod.
## Developers
Would you like to interface with Solstice?
Add the Maven repository:
```groovy
maven {
name "alexdevs"
url "https://maven.alexdevs.me/releases"
}
```
...and add the dependency:
```groovy
// Solstice Essentials
modImplementation "me.alexdevs:solstice:VERSION"
```
Replace `VERSION` with the preferred version. eg. `0.3.1-alpha`