Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PaperKit Core

This module contains only the Kotlin implementation of Paper components, that provide you with fearless experience.

Components

  • KotlinPlugin — alternative to JavaPlugin with suspend functions.
  • KotlinListener — alternative to Listener with suspend listeners support.
  • KotlinCommandExecutor — alternative to CommandExecutor with suspend execute method.
  • KotlinTabCompleter — alternative to TabCompleter with suspend tabComplete method.
  • KotlinCommand — alternative to Command with suspend execute & tabComplete methods.