1. Introduction
  2. Server Owner Usage
  3. 1. Installation for server owners
  4. 2. Configuration for server owners
  5. 3. Command conversion
    ❱
    1. 3.1. Single command conversion
    2. 3.2. Single command conversion (with arguments)
  6. CommandAPI Setup
  7. 4. Setting up your development environment
  8. 5. Shading the CommandAPI in your plugins
  9. Creating Commands
  10. 6. Command registration
  11. 7. Command executors
    ❱
    1. 7.1. Normal command executors
    2. 7.2. Proxied commandsenders
    3. 7.3. Native commandsenders
    4. 7.4. Resulting command executors
    5. 7.5. Handling command failures
  12. 8. Arguments (in general)
    ❱
    1. 8.1. Argument suggestions
    2. 8.2. Safe argument suggestions
    3. 8.3. Argument suggestions with tooltips
    4. 8.4. Listed arguments
  13. 9. Argument types
    ❱
    1. 9.1. Primitive arguments
    2. 9.2. Ranged arguments
    3. 9.3. String arguments
    4. 9.4. Positional arguments
      ❱
      1. 9.4.1. Location arguments
      2. 9.4.2. Rotation arguments
      3. 9.4.3. AxisArguments
    5. 9.5. Chat arguments
    6. 9.6. Entity & player arguments
    7. 9.7. Scoreboard arguments
      ❱
      1. 9.7.1. Scoreboard arguments
      2. 9.7.2. Objective arguments
      3. 9.7.3. Team arguments
    8. 9.8. Miscellaneous arguments
      ❱
      1. 9.8.1. Angle arguments
      2. 9.8.2. Advancement arguments
      3. 9.8.3. Biome arguments
      4. 9.8.4. BlockState arguments
      5. 9.8.5. Enchantment arguments
      6. 9.8.6. Environment arguments
      7. 9.8.7. Itemstack arguments
      8. 9.8.8. LootTable argument
      9. 9.8.9. MathOperation arguments
      10. 9.8.10. Particle arguments
      11. 9.8.11. Potion effect arguments
      12. 9.8.12. Recipe arguments
      13. 9.8.13. Sound arguments
      14. 9.8.14. Time arguments
      15. 9.8.15. UUID arguments
    9. 9.9. Predicate arguments
      ❱
      1. 9.9.1. Block predicate arguments
      2. 9.9.2. ItemStack predicate arguments
    10. 9.10. NBT arguments
    11. 9.11. Literal arguments
      ❱
      1. 9.11.1. Literal arguments
      2. 9.11.2. Multi literal arguments
    12. 9.12. Custom arguments
  14. 10. Functions & Tags
    ❱
    1. 10.1. Setting up functions & tags
    2. 10.2. The FunctionWrapper class
    3. 10.3. Function arguments
  15. 11. Permissions
  16. 12. Requirements
  17. 13. Aliases
  18. 14. Subcommands
  19. CommandAPI Utilities
  20. 15. Command conversion
  21. Internal CommandAPI
  22. 16. Internal CommandAPI
  23. 17. Brigadier + CommandAPI
  24. Java Tips
  25. 18. Predicate tips
  26. Upgrading guide
  27. Incompatible version information
  28. Troubleshooting
  29. Afterword

CommandAPI Documentation v5.0

Literal arguments