Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/constellation-mc/commander
An extension of the data pack system
https://github.com/constellation-mc/commander
fabric fabric-mod fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: 16 days ago
JSON representation
An extension of the data pack system
- Host: GitHub
- URL: https://github.com/constellation-mc/commander
- Owner: constellation-mc
- License: mit
- Created: 2024-03-22T13:23:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:52:40.000Z (7 months ago)
- Last Synced: 2024-04-14T04:24:18.227Z (7 months ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Commander
[![Available on Modrinth](https://raw.githubusercontent.com/melontini/mini-badges/main/minecraft/modrinth.svg)](https://modrinth.com/mod/cmd)
[![Available on CurseForge](https://raw.githubusercontent.com/melontini/mini-badges/main/minecraft/curseforge.svg)](https://www.curseforge.com/minecraft/mc-mods/cmd-project)
![License MIT](https://raw.githubusercontent.com/melontini/mini-badges/main/licenses/MIT.svg)Checkout the wiki to learn more! https://constellation-mc.github.io/commander/
If you have a suggestion or a feature request, be sure to share it here: https://github.com/constellation-mc/commander/discussions/categories/ideas
### Quick Introduction
**Commander** is an extension of the vanilla data pack system.
It adds a new event system, flexible json commands, new `/` commands, support for advanced expressions with data access and more!
There are no client-side features available, everything is executed on the server.
***
- [EvalEx](https://ezylang.github.io/EvalEx/) - math expressions eval. [Apache License 2.0](https://github.com/ezylang/EvalEx/blob/main/LICENSE)