lang.json

{
  "NO_PERMISSION": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou do not have permission to do this!"
    ]
  },
  "GAVE_SPAWNER": {
    "type": "CHAT",
    "message": [
      " &7&l» &fYou gave &c{player} x{amount} {spawner}&f spawner(s)"
    ]
  },
  "GIVEN_SPAWNER": {
    "type": "CHAT",
    "message": [
      " &7&l» &fYou were given &cx{amount} {spawner}&f spawner(s)"
    ]
  },
  "NO_SPAWNER_TYPE": {
    "type": "CHAT",
    "message": [
      " &7&l» &cNo spawner found with that name!"
    ]
  },
  "ITEM_RIGHT_CLICK": {
    "type": "CHAT",
    "message": [
      " ",
      " &7&l» &c{type} Spawner",
      " "
    ]
  },
  "INVENTORY_FULL": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYour inventory is full! Spawner could not be picked up!"
    ]
  },
  "CANNOT_BREAK": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou cannot mine spawner! Right-Click the spawner and click 'Pickup'"
    ]
  },
  "PLACED_SPAWNER": {
    "type": "CHAT",
    "message": [
      " &7&l» &c{type} Spawner&f placed. &7&o({x}x {y}y {z}z)"
    ]
  },
  "NOT_ENOUGH_MONEY": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou don't have enough money to do this!"
    ]
  },
  "BROKE_SPAWNER": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou've broken a Spawner!"
    ]
  },
  "TERRITORY_BLOCKED": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou cannot place spawners in &awilderness"
    ]
  },
  "ALREADY_EDITING": {
    "type": "CHAT",
    "message": [
      " &7&l» &cYou cannot manage this spawner as someone else is already viewing it."
    ]
  },
  "OPEN_SPAWNER": {
    "type": "CHAT",
    "message": [
      " &7&l» &cOpening spawner menu..."
    ]
  },
  "LEVELS_DONT_MATCH": {
    "type": "CHAT",
    "message": [
      " &7&l» &cCouldn't stack spawners! Levels Mismatch"
    ]
  },
  "MIS_MATCH_TYPES": {
    "type": "CHAT",
    "message": [
      " &7&l» &cCouldn't stack spawners! Wrong spawner type."
    ]
  },
  "LVL_TOO_HIGH": {
    "type": "CHAT",
    "message": [
      " &7&l» &cSpawner {type} level higher then current stack!"
    ]
  },
  "LVL_TOO_LOW": {
    "type": "CHAT",
    "message": [
      " &7&l» &cSpawner {type} level lower then current stack!"
    ]
  },
  "LEVELS_OVER_HAND": {
    "type": "CHAT",
    "message": [
      " &7&l» &cCannot add spawner to stack! Stack is already upgraded!"
    ]
  },
  "ADDED_TO_STACK": {
    "type": "CHAT",
    "message": [
      " &7&l» &cAdded {amount}x {type} spawner to stack &7(Total {total}x)"
    ]
  },
  "REMOVE_FROM_STACK": {
    "type": "CHAT",
    "message": [
      " &7&l» &cRemoved {amount}x {type} spawner from stack &7(Total {total}x)"
    ]
  },
  "STACK_FULL": {
    "type": "CHAT",
    "message": [
      " &7&l» &cThis stack is already full..."
    ]
  },
  "CHUNK_FULL": {
    "type": "CHAT",
    "message": [
      " &7&l» &cThis chunk already has the max amount of {type} spawners allowed."
    ]
  },
  "STACKS_REMOVED": {
    "type": "CHAT",
    "message": [
      " &7&l» &c{amount} stacked entities removed... {count} removed in total"
    ]
  }
}

Last updated