lang.yml 3.2 KB

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