-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Gabriel Souza edited this page Sep 23, 2020
·
28 revisions
Welcome to the KotlinBukkitAPI wiki!
KotlinBukkitAPI is an API for Bukkit/SpigotAPI using the cool features Kotlin has to offer. This project is meant to make your life easier while coding, some stuff you might find useful: Command DSL, Menu DSL, Items extensions, Configuration, BungeeCord, Time utils and much more. Even more, KotlinBukkitAPI can help you well architecture your project, providing plugin lifecycle, that make your managers be decoupled from the KotlinPlugin class.
This wiki contains the following topics:
- Introduction - This page
- Getting Started
- How KotlinPlugin Works
- WithPlugin interface
- Items extensions
- Command DSL
- Event
- Menu DSL
- Configuration
- Collections
- Jetbrains Exposed extension
- Coroutines and Skedule
- BungeeCord
- Plugins extension (plugins module)
Project Extensions