# Permissions API

# Endpoint list

Handler ID Name Auth* Description
0x0207 Get modpack command list Get full list of available modpack commands

# Get modpack command list

Get full list of available lootboxes to open

{}
{}
{}
{
  "commands": [
    // <ModpackCommand>
  ],
}
{
  // Can be "" or null
  "command": "/rtp",
  // Can be "" or null
  "description": "Teleport to random location",
  // Can be "" or null
  "group": "teleportation",
  // Can be "" or null
  "code_name": "essentials.rtp",
  // Cooldown in ms
  // Can be 0 or null
  "cooldown": 0,
  // Can be 0 or null
  "price": 20,
  // gold
  // Can be "" or null
  "currency": "gold",
}
  • InternalServerErrorException - Server internal fault