-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ValentinJDT edited this page May 5, 2023
·
14 revisions
You can make your own feature in kotlin language :
- Plugins
- Commands
By default, in app, you can :
- Load / unload addons
- Use custom event system (looks like Spigot event system,
EventRegister.getInstance()) - Create custom addons directory (
PluginLoader.createInstance<T>()orPluginLoader.getInstance<T>()) - Get / change command error message (
App.commandUnknownMessage) - Get / change global working directory (
App.workingDir)
App::class is not included in ValLib dependency. You need to import EmptyTerminal jar like ValLib jar.