Aegis

Aegis

Mod

Aegis is a kotlin DSL wrapper around brigader

Server Library

569 downloads
1 follower
Created3 years ago
Updated3 years ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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