Aegis

Aegis

Mod

Aegis is a kotlin DSL wrapper around brigader

Server Library

808 downloads
1 follower
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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


Project members

SilverAndro

Owner

Details

Licensed MPL-2.0
Published 3 years ago
Updated 3 years ago