Skip to content

Command & Interaction

This system handles all player interactions, including commands, chat input and custom interaction systems.


When to use

  • You want to create player commands
  • You want to handle chat input
  • You want to create a custom book

Topics

  • [[Commands|Core-API/Command-&-Interaction/Commands]]
  • [[Chat Filter|Core-API/Command-&-Interaction/Chat-Filter]]
  • [[Own Books|Core-API/Command-&-Interaction/Own-Books]]

Common pitfalls

  • Putting too much logic inside commands
  • Not validating user input
  • Using Bukkit commands instead of the core system