Skip to content
ValentinJDT edited this page May 5, 2023 · 14 revisions

Create your terminal the way you want it !

You can make your own feature in kotlin language :

  1. Plugins
  2. 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>() or PluginLoader.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.

Clone this wiki locally