Commands

Configuration for Commands:

"commands": {
      "credits": [ // Command to see your credits
        "credits",
        "tl"
      ],
      "store": [ // Command to open store menu
        "store",
        "shop",
        "market"
      ],
      "inventory": [ // Command to open your inventory menu
        "inv",
        "inventory"
      ],
      "givecredits": [ // ADMIN Command to give credits to player(s)
        "givecredits"
      ],
      "gift": [ // Command to gift your credits to a player
        "gift"
      ],
      "resetplayer": [ // ADMIN Command to reset player credits, inventory, equipments
        "resetplayer"
      ],
      "resetdatabase": [ // SERVER Command to reset the database
        "resetdatabase"
      ]
}

Last updated