💡
KotlinBukkitKIT
Ctrlk
  • genref
    • Getting started with IDEA plugin
    • Getting started with gradle (outdated)
    • Plugin instance
  • How KotlinPlugin works
    • Autogenerating KotlinPlugin class
    • Usage
    • Life Cycle
    • Config
  • CONFIGURATION AND SERIALIZATION
    • Usage
    • Bukkit Objects Serialization
    • Custom annotations
    • Recommendations
    • LifecycleListener extensions
  • Commands
    • Commands with functions
    • Command DSL
      • DSL Usage
      • Simple command with DSL
      • DSL Command Arguments
      • Idioms
    • Command messages
  • EVENT AS LAMBDA
    • Usage
    • Events lambda
    • KListener
  • Events as Coroutines Flow
    • Usage
  • Items
    • ItemBuilder
    • Items extensions
  • Menu DSL
    • Basics
    • Advanced
    • Pagination
    • Menu Preview Plugin (BETA)
  • Online player collections
    • Usage
    • List & Set
    • Map
  • WITHPLUGIN INTERFACE
    • Usage
  • Expiration Collections
    • Usage
    • List
    • Map
  • Exposed Module
    • Dependency
    • Database Helper
    • DAO Extensions
  • BungeeCord
    • BungeeCord extensions
Powered by GitBook
On this page
  1. Commands

Command DSL

DSL UsageSimple command with DSLDSL Command ArgumentsIdioms
PreviousAnnotationsNextDSL Usage