lang.yml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. msg:
  2. playerJoin: "&a%s joined the abba game"
  3. playerLeave: "&a%s left the abba game"
  4. gameCountdown: "&aReady your picks!"
  5. gameStart: "&aGO!"
  6. gamePause: "&aThe game has been paused!"
  7. gameEnd: "&aThe game has ended!\nTotal Items Collected:"
  8. error:
  9. noGames: "&cNo Games found!"
  10. noPermission: "&cYou don't have permission to use this command!"
  11. noPendingOperation: "&cNo pending operation!"
  12. mustBeInGame: "&cYou must be ingame to use this command!"
  13. gameNotFound: "&cGame %s not found!"
  14. playerNotFound: "&cPlayer %s not found!"
  15. worldNotFound: "&cWorld %s not found!"
  16. gameFull: "&cThis game is full!"
  17. gameClosed: "&cThis game is closed!"
  18. notWhitelisted: "&cYou aren't whitelisted for this game!"
  19. blacklisted: "&cYou are blacklisted for this game!"
  20. contraband: "&cYou cannot join the game with the following items: "
  21. breakClaimedChest: "&cYou cannot break an occupied chest!"
  22. help:
  23. join: "&aabba join [game]&f: Joins the Abba Match"
  24. leave: "&aabba leave&f: Leaves current Abba Game"
  25. info: "&aabba info [game]&f: Displays info about an Abba Match"
  26. list: "&aabba list&f: Lists all Abba Matches"
  27. calc: "&aabba calc&f: Calculates the score of your current inventory"
  28. create: "&aabba create [game]&f: Creates an Abba Game"
  29. remove: "&aabba remove <game>&f: Removes an Abba Game"
  30. open: "&aabba open [game]&f: Allows players to join an Abba Game"
  31. close: "&aabba close [game]&f: Prevents players from joining an Abba Game"
  32. start: "&aabba start [game]&f: Starts an Abba Game"
  33. calcscores: "&aabba calcscores&f: Use to calculate the scores and determine a winner at the end of a Match"
  34. reload: "&aabba config <game> <timer|addchest> ...&f: Configures an Abba Game"
  35. config: "&aabba reload&f: Reloads the config"
  36. chest:
  37. create: "Successfully created Chest"
  38. remove: "Successfully removed Chest"
  39. command:
  40. join:
  41. success: "Joined game %s"
  42. leave:
  43. success: "Left game %s"
  44. create:
  45. success: "Game %s created successfully!"
  46. remove:
  47. success: "Game %s removed successfully"
  48. confirm: "Are you sure? Use /abba confirm to confirm"
  49. open:
  50. success: "Opened game %s"
  51. close:
  52. success: "Closed game %s"
  53. start:
  54. error:
  55. running: "&cGame %s already running!"
  56. finished: "&cGame %s already finished!"
  57. contraband: "&cSome players are still carrying contraband! (hover to see items)"
  58. pause:
  59. success: "Game %s paused"
  60. error: "&cGame %s isn't running!"
  61. config:
  62. help: "&aabba config <game> <timer|playercap> ..."
  63. command:
  64. timer:
  65. help: "&aabba config <game> timer <newTime>"
  66. success: "Timer updated"
  67. playercap:
  68. help: "&aabba config <game> playercap <newPlayerCap>"
  69. success: "PlayerCap updated"