https://github.com/ale32bit/solstice
Essential commands and features for Fabric servers
https://github.com/ale32bit/solstice
Last synced: about 1 year 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: 1.21.1
- Last Pushed: 2025-04-12T21:59:38.000Z (about 1 year ago)
- Last Synced: 2025-04-12T22:33:49.158Z (about 1 year ago)
- Language: Java
- Homepage: https://solstice.alexdevs.me/
- Size: 994 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
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`