Oni is a set of bukkit tools that focus on speed-up development and reduce redundant codes, and it has many advanced features and flexible modules, too.
Auto-generate oni.setting.json for oni bootstrap.
// (build.gradle)
dependencies{
//...
oniRuntime group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.0'
//It will be included by oni.setting.json in order to make this dependency download and loads when plugin was enabling.
}
oni{
oniVersion = "..."
bootstrapVersion = "..."
//...
// For the full details,see io.ib67.oni.OniSetting .
}