nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Aegis

Aegis

Mod

Aegis is a kotlin DSL wrapper around brigader

Server Library

905 downloads
1 follower

Aegis is a DSL wrapper around brigadier for kotlin, allowing for significantly more compact brigadier code that doesnt look like enterprise-level hellspawn.

An example usage would be

dispatcher.register("example") {
   integer("value", -10, 200) {
        executes { 
            println(it.getInt("value"))
        }
    }
}

Aegis attempts to stay somewhat light-weight so that it can be more efficiently bundled without causing a a huge jump in JAR size.

More details on github

External resources


Project members

SilverAndro

Owner


Technical information

License
MPL-2.0
Client side
unsupported
Server side
required
Project ID