Advertisement
KingofAiming

Untitled

Jul 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. alreadyInQueue: '&cYou are already in the queue of arena &6{ARENA}&a. Number: &6{NUMBER}'
  2. notInQueue: '&cDu bist in keiner Queue!'
  3. leaveQueue: '&aDu hast die Queue von &6{ARENA} &averlassen!'
  4. joinQueue: '&aDu bist der Queue von &6{ARENA} &abeigetreten!. Nummer: &6{NUMBER}'
  5. setSpawn1: '&6Spawn 1 &asuccessfully set in arena &6{ARENA}'
  6. setSpawn2: '&6Spawn 2 &asuccessfully set in arena &6{ARENA}'
  7. winAnnounce: '&6{WINNER} &ahat &c{LOSER} &abesiegt in arena &6{ARENA}'
  8. alreadyInArena: '&cDu bist bereits in der Arena &6{ARENA}'
  9. reload: '&aConfiguration reloaded!'
  10. commandUseInArena: '&cDu kannst keine Commands benutzen um davon zu laufen!'
  11. countdownBeforeTeleport: '&aDu wirst in &6{COUNTDOWN} &asekunden in die Arena teleportiert!'
  12. getTeleportedIntoArena: '&aGet ready for fighting!'
  13. countdownBeforeFight: '&aRound &6{ROUND} &astarts in &6{COUNTDOWN} &aseconds'
  14. afterPlayerFreezing: '&eLos gehts! Kämpft!'
  15. cannotLeaveQueueNow: '&cDu kannst die Queue jetzt nicht verlassen!'
  16. yourOpponentIsDead: '&cCannot start 1vs1 because your opponent is dead!'
  17. youAreDead: '&cCannot start 1vs1, because you are dead!'
  18. yourOpponentLoggedOut: '&cDein Gegner ist während des Countdowns geleavet!'
  19. timeLeft: '&aVerbleibende Zeit: &6{TIME_LEFT} &asekunden'
  20. timeOut: '&cDer Kampf war zu lang!'
  21. insufficientPermission: '&cYou do not have permission to do this'
  22. arenaDoesNotExist: '&cThe arena &6{ARENA} &cdoes not exist'
  23. arenaAlreadyExists: '&cThe arena &6{ARENA} &calready exists'
  24. enabledArenas: '&aEnabled arenas: {ENABLED_ARENAS}'
  25. disabledArenas: '&7Disabled arenas: {DISABLED_ARENAS}'
  26. arenaAdded: '&aArena &6{ARENA} &asuccessfully created'
  27. arenaDeleted: '&aArena &6{ARENA} &asuccessfully deleted'
  28. arenaDisabled: '&aThe arena &6{ARENA} &ais &6disabled'
  29. noEnabledArenas: '&aThere are no enabled arenas'
  30. invSet: '&aInventory set for arena &6{ARENA}'
  31. prizesSet: '&aPrizes set for arena &6{ARENA}'
  32. arenaWasDisabled: '&aThe arena &6{ARENA} &awas &6disabled'
  33. arenaWasEnabled: '&aThe arena &6{ARENA} &awas &6enabled'
  34. itemDropInArena: '&cYou are not allowed to &6drop items &cin the arena'
  35. blockPlaceInArena: '&cYou are not allowed to &6place blocks &cin the arena'
  36. pluginWasDisabled: '&aThe plugin was disabled'
  37. teleportOutOfTheArena: '&cYou are not allowed to &6teleport &cout of the arena'
  38. totalPoints: '&aTotal points: &6{POINTS}'
  39. pointsInArena: '&aPoints in arena &6{ARENA}&a: &6{POINTS}'
  40. otherPlayersPoints: '&6{NAME}&a''s points: &6{POINTS}'
  41. otherPlayersArenaPoints: '&6{NAME}&a''s points in arena &6{ARENA}&a: &6{POINTS}'
  42. broadcastMessage: '&aYou are number &6{NUMBER} &ain &6{ARENA}'
  43. commandBlacklist: '&cYou are not allowed to execute this command while you are in
  44. a queue'
  45. wasHitByPlayer: '&cYou were kicked out of the queue because you were damaged by a
  46. player'
  47. hitPlayer: '&cYou were kicked out of the queue because you damaged a player'
  48. noUpdateAvailable: '&cYou are running the latest stable version'
  49. updatedSuccessfully: '&aUpdated successfully! Restart or reload the server to use
  50. it'
  51. updateAvailable: '&cA new version is available! Use /1vs1 update to update automatically'
  52. updaterNotEnabled: '&cThe updater is not enabled! Enable it in the config to use this
  53. feature'
  54. updateFailed: '&cThe update failed! Check console for more information'
  55. wonRound: '&6{WINNER} &awon round &6{ROUND} &awith &6{HEALTH} &ahealth left.'
  56. playerNotOnline: '&6{PLAYER} &cis not online'
  57. playerDuelsYou: '&6{PLAYER} &achallenged you to a duel in arena &6{ARENA}&a. Type
  58. /1vs1 accept to accept the duel'
  59. youDuelPlayer: '&aYou challenged &6{PLAYER} &ato a duel'
  60. notChallenged: '&cYou were not challenged to a duel or the duel invitation timed out'
  61. duelPartnerLeftQueue: '&cYou were kicked out of the queue because &6{PLAYER} &cleft
  62. the queue'
  63. notAbleToAcceptDuel: '&cThe duel could not be accepted. Be sure not to be in a queue
  64. or arena'
  65. cannotDuelYourself: '&cYou cannot duel yourself'
  66. stats: '&aStats: &2{WINS}&a/&c{LOSSES} &a- &6{WIN_RATE}% &aWin Rate'
  67. statsOtherPlayers: '&6{NAME}&a''s stats: &2{WINS}&a/&c{LOSSES} &a- &6{WIN_RATE}% &aWin
  68. Rate'
  69. info:
  70. - '&aEnabled: &6{ENABLED}'
  71. - '&aGame status: &6{GAME_STATUS}'
  72. - '&aQueue size: &6{SIZE}'
  73. - '&aIn queue: &6{IN_QUEUE}'
  74. - '&aNumber: &6{NUMBER}'
  75. - '&aCurrently in arena: &6{ARENA_PLAYERS}'
  76. - '&aNext arena players: &6{NEXT_ARENA_PLAYERS}'
  77. arenaModes:
  78. countdownBeforeTeleport: '&cCountdown'
  79. countdownBeforeFight: '&4Countdown'
  80. fight: '&4{ROUND}/{MAX_ROUNDS} - {TIME_LEFT}s'
  81. normal: '&2Empty'
  82. sign:
  83. queued: queued
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement