lang.json

{
  "noSuchRobot": {
    "type": "CHAT",
    "message": [
      "&cThere isn't a robot with that name... Try:"
    ]
  },
  "notYourRobot": {
    "type": "CHAT",
    "message": [
      "&cThis is not your robot :3"
    ]
  },
  "notEnoughTokens": {
    "type": "CHAT",
    "message": [
      "&cYou don't have enough tokens to purchase this."
    ]
  }
}

Last updated