How to Use

📝 Atualizado em 07/02/2026

Creating a Command

  1. Execute /dkcmd create <name>
  2. Configure in commands.yml
  3. Add actions
  4. Set permissions
  5. Reload plugin

Example Configuration

heal:
  permission: "dkcmd.use.heal"
  cooldown: 60
  cost: 100
  actions:
    - "[COMMAND] heal %player%"
    - "[MESSAGE] &aYou have been healed!"
    - "[SOUND] ENTITY_PLAYER_LEVELUP"

Action Types

  • [COMMAND] - Execute command
  • [MESSAGE] - Send message
  • [SOUND] - Play sound
  • [TITLE] - Show title
  • [ACTIONBAR] - Show action bar