Advertisement
Guest User

PtBr

a guest
Aug 18th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. INVENTORY_RESTORED = "&7Inventario Resetado."
  2.  
  3. YOU_LEFT_LOBBY = "&7Voce Saiu da Lobby."
  4.  
  5. AIRSTRIKE_PLAYER_LIMIT_REACHED = "&7Voce atingiu seu limite de ataques aereos ativos."
  6.  
  7. AIRSTRIKE_MATCH_LIMIT_REACHED = "&7Espere, ja tem muitos ataques aéreos em curso."
  8.  
  9. ORBITALSTRIKE_PLAYER_LIMIT_REACHED = "&7Você atingiu seu limite de orbitalstrikes ativos."
  10.  
  11. ORBITALSTRIKE_MATCH_LIMIT_REACHED = "&7Espere, ja tem muitos orbitalstrikes em cursos."
  12.  
  13. GRENADE_THROW = "&aFire in the hole!"
  14.  
  15. AIRSTRIKE_CALLED = "&aAtaque Aerio Vindo! UGAGAGA"
  16.  
  17. ORBITALSTRIKE_CALLED = "&aVindo Bombardeiro Aerio!"
  18.  
  19. COMMAND_NOT_ALLOWED = "&7Esse Comando nao esta ativo em Partida."
  20.  
  21. COMMAND_BLACKLISTED = "&7Esse comando esta Desativado."
  22.  
  23. BE_IN_TEAM = "&bVoce esta no Time {team_color}{team}"
  24.  
  25. BE_SPECTATOR = "&bVoce esta no time {team_color}{team}"
  26.  
  27. BE_IN_NO_TEAM = "&7Voce nao esta em Nenhum time."
  28.  
  29. MATCH_SETTINGS_INFO = "&aVidas: &6{lives} &aRespawns: &6{respawns} &aTempo de Round: &6{round_time} Segundos"
  30.  
  31. MATCH_START = "&dAnda Logo porra! GO GO GO!"
  32.  
  33. YOU_HIT = "&aYou have hit {target}! &e[HITS &f{hits_taken}&e/&f{health}&e]"
  34.  
  35. YOU_WERE_HIT = "&cVoce acertou {shooter}!"
  36.  
  37. YOU_HIT_MATE = "&c{target} e do time!"
  38.  
  39. YOU_HIT_MATE_POINTS = "&c{target} is a teammate! {points} Points!"
  40.  
  41. YOU_KILLED = "&aVoce Matou {target}! {points} points and {money}$ Cash!"
  42.  
  43. YOU_WERE_KILLED = "&cVoce foi morto por {killer}!"
  44.  
  45. YOU_HIT_PROTECTED = "&a{target} Esta no Respawn"
  46.  
  47. YOU_WERE_HIT_PROTECTED = "&5Voce Bloqueou as Balas de {shooter}!"
  48.  
  49. ALL_KICKED_FROM_MATCHES = "&dPlayer Kikados das Partidas."
  50.  
  51. ALL_KICKED_FROM_LOBBY = "&dTodos os Player Kikados da Lobby."
  52.  
  53. RELOADING_PAINTBALL = "&dReload no Plugins &bPAINTBALL..."
  54.  
  55. PLAYERS_OVERVIEW = "&6[{color_red}{red}&6][{color_blue}{blue}&6][{color_random}{random}&6][{color_spec}{spec}&6]"
  56.  
  57. NEEDED_PLAYERS_OVERVIEW = "&6(&b{players} {players_overview} / &b{needed_players}&6)"
  58.  
  59. MATCH_START_ARENA = "Partida Iniciada na Arena: &7{arena}"
  60.  
  61. MATCH_START_PLAYERS_OVERVIEW = "&7{players} &6players: {players_overview}"
  62.  
  63. MATCH_IS_OVER = "Partida Acabou!"
  64.  
  65. CHOOSE_TEAM = "Escolha seu time!"
  66.  
  67. NEW_MATCH_STARTS_SOON = "Nova Partida Iniciando AGORA!"
  68.  
  69. READY = "Pronto"
  70.  
  71. NEW_MATCHES_DISABLED = "Novas Partidas Iniciadas"
  72.  
  73. ACTIVE_MATCH = "Partida Iniciada"
  74.  
  75. NO_ARENA_READY = "Sem arenas Prontas"
  76.  
  77. NOT_ENOUGH_PLAYERS = "Sem Player para Comecar"
  78.  
  79. RED = "TR"
  80.  
  81. BLUE = "CT"
  82.  
  83. RANDOM = "Aleatorio"
  84.  
  85. SPECTATOR = "espectador"
  86.  
  87. SPECTATORS = "espectadores"
  88.  
  89. LOBBY = "lobby"
  90.  
  91. MATCH_DRAW = "EMPATE!"
  92.  
  93. WINNER_TEAM = "TIME {winner_color}{winner} ({winner_size} players) &bGanhou dos {looser_color}{looser} ({looser_size} players)"
  94.  
  95. WINNER_BONUS = "{winner_color}Venceu &bbonus: &a{points} &bpontos e &a{money}$ &bcash!"
  96.  
  97. ROUND_BONUS = "Partida Bonus para Todos: &a{points} &bpontos e &a{money}$ &bcash!"
  98.  
  99. MATCH_STATS = "&2Some match stats:"
  100.  
  101. MATCH_SHOTS = "&dTiros Disparados: &a{shots}"
  102.  
  103. MATCH_HITS = "&dHits: &a{hits}"
  104.  
  105. MATCH_TEAMATTACKS = "&dTeamattacks: &a{teamattacks}"
  106.  
  107. MATCH_KILLS = "&dMortes: &a{kills}"
  108.  
  109. PLUGIN = "&b&l[&e&lPaintball&b&l]"
  110.  
  111. LOBBY_JOIN = "{plugin} &6{player} &aEntrou na Lobby."
  112.  
  113. LOBBY_LEAVE = "{plugin} &6{player} &7Saiu da Lobby."
  114.  
  115. TIP = "[Tip] &6{message}"
  116.  
  117. COUNTDOWN = "&dTuckCraft: &bPartida Inicia em &6{seconds} &bsegundos!"
  118.  
  119. COUNTDOWN_START = "&dIniciando em &6{seconds} &bsegundos!"
  120.  
  121. TEXT = "&b{message}"
  122.  
  123. HAPPYHOUR = "[&l&6 &c!!! &a&lHora loca &c!!! &l&6]"
  124.  
  125. HAPPYHOUR_TIME = "&6&k&l||| &c!!! &a&lHAPPY HOUR &efor &b{time} &eseconds &c!!! &6&k&l|||"
  126.  
  127. FOR_FREE = "&6free &c!! &a$ $"
  128.  
  129. HAPPYHOUR_END = "&6&k&l||| &a&lHAPPY HOUR &bIS OVER &6&k&l|||"
  130.  
  131. MATCH_STATUS = "&bEstado da Partida: &6{message}"
  132.  
  133. WAITING_PLAYERS_OVERVIEW = "&bEsperando Jogadores: {needed_players_overview}"
  134.  
  135. KILL_FEED = "{plugin} {killer_color}{killer} &bMorto por {target_color}{target}"
  136.  
  137. KILL_FEED_LIVES = "{plugin} {killer_color}{killer} &bfragged {target_color}{target} &a[&f{lives_left}&a/&f{lives}&a]"
  138.  
  139. TOP_TEN = "&b&l[&e&l ***** Paintball Top 10 Jogadores: &6{stats} &e&l***** &b&l]"
  140.  
  141. TOP_TEN_ENTRY = "&6&lRank {rank} &b{player} ( {value} )"
  142.  
  143. RANK_PLAYER = "&e&lPaintball Rank (&6{stats}&e&l) &7{player} &e&l: &a{rank}"
  144.  
  145. PLAYER_NOT_FOUND = "&7Player {player} not found."
  146.  
  147. CASH_PLAYER = "&aCash &7{player}&a: &6{money}&a$"
  148.  
  149. STATS_HEADER = "&b&l[&e&l -------Paintball Stats------- &b&l]"
  150.  
  151. STATS_PLAYER = "&c__________Stats: &a{player}&c__________"
  152.  
  153. STATS_POINTS = "&aPoints: &b{points} &6( Top: {player_points_top} - {points_top} )"
  154.  
  155. STATS_MONEY = "&aCash: &b{money}$ &6( Top: {player_money_top} - {money_top}$ )"
  156.  
  157. STATS_MONEY_SPENT = "&aCash spent: &b{money_spent}$ &6( Top: {player_money_spent_top} - {money_spent_top}$ )"
  158.  
  159. STATS_KILLS = "&aKills: &b{kills} &6( Top: {player_kills_top} - {kills_top} )"
  160.  
  161. STATS_DEATHS = "&aDeaths: &b{deaths} &6( Top: {player_deaths_top} - {deaths_top} )"
  162.  
  163. STATS_KD = "&aK/D: &b{kd} &6( Top: {player_kd_top} - {kd_top} )"
  164.  
  165. STATS_SHOTS = "&aShots: &b{shots} &6( Top: {player_shots_top} - {shots_top} )"
  166.  
  167. STATS_HITS = "&aHits: &b{hits} &6( Top: {player_hits_top} - {hits_top} )"
  168.  
  169. STATS_HITQUOTE = "&aHitquote: &b{hitquote} &6( Top: {player_hitquote_top} - {hitquote_top} )"
  170.  
  171. STATS_TEAMATTACKS = "&aTeamattacks: &b{teamattacks} &6( Top: {player_teamattacks_top} - {teamattacks_top} )"
  172.  
  173. STATS_ROUNDS = "&aRounds: &b{rounds} &6( Top: {player_rounds_top} - {rounds_top} )"
  174.  
  175. STATS_WINS = "&aWins: &b{wins} &6( Top: {player_wins_top} - {wins_top} )"
  176.  
  177. STATS_DEFEATS = "&aDefeats: &b{defeats} &6( Top: {player_defeats_top} - {defeats_top} )"
  178.  
  179. STATS_DRAWS = "&aDraws: &b{draws} &6( Top: {player_draws_top} - {draws_top} )"
  180.  
  181. STATS_GRENADES = "&aGrenades: &b{grenades} &6( Top: {player_grenades_top} - {grenades_top} )"
  182.  
  183. STATS_AIRSTRIKES = "&aAirstrikes: &b{airstrikes} &6( Top: {player_airstrikes_top} - {airstrikes_top} )"
  184.  
  185. STATS_GENERAL = "&c__________General Stats__________"
  186.  
  187. STATS_GENERAL_SHOTS = "&aTiros dados: &b{shots}"
  188.  
  189. STATS_GENERAL_GRENADES = "&aGranada Usada: &b{grenades}"
  190.  
  191. STATS_GENERAL_AIRSTRIKES = "&a Ataque Aerio: &b{airstrikes}"
  192.  
  193. STATS_GENERAL_KILLS = "&aFrags: &b{kills}"
  194.  
  195. STATS_GENERAL_ROUNDS = "&aRounds Jogados: &b{rounds}"
  196.  
  197. STATS_GENERAL_MONEY_SPENT = "&aDinheiro Gosto No Shop: &b{money_spent}$"
  198.  
  199. STATS_GENERAL_AVERAGE_PLAYERS = "&aMaximo de Player: &b{average_players}"
  200.  
  201. STATS_GENERAL_MAX_PLAYERS = "&aMax. Quantia de Player: &b{max_players}"
  202.  
  203. NO_PERMISSION = "&cNo permission."
  204.  
  205. CANNOT_JOIN_LOBBY_PLAYING = "&7You can't join the lobby while playing!"
  206.  
  207. #CANNOT_LEAVE_LOBBY_PLAYING = "&7You can't leave while playing or spectating!"
  208.  
  209. CANNOT_LEAVE_LOBBY = "&7You can't leave the lobby!"
  210.  
  211. ALREADY_IN_LOBBY = "&7You are already in the lobby. /pb leave to leave."
  212.  
  213. CANNOT_CHANGE_TEAM_PLAYING = "&7You can't change your team while playing or spectating!"
  214.  
  215. CANNOT_JOIN_TEAM_FULL = "&7Maximal number of paintball players is already reached!"
  216.  
  217. ONLY_RANDOM = "&7You can only join the random team!"
  218.  
  219. AUTO_JOIN_RANDOM = "&aYou automatically joined a {color_random}random &ateam!"
  220.  
  221. YOU_LEFT_CURRENT_TEAM = "&7You left your current team."
  222.  
  223. YOU_LEFT_TEAM = "&7You left your team."
  224.  
  225. YOU_JOINED_TEAM = "&aYou joined team {color_team}{team}!"
  226.  
  227. YOU_JOINED_RANDOM = "&aYou joined a {color_team}random &ateam!"
  228.  
  229. YOU_JOINED_SPECTATORS = "&aYou joined the {color_team}spectators!"
  230.  
  231. NOT_IN_LOBBY = "&7You are not in the paintball lobby."
  232.  
  233. TOGGLED_FEED = "&7You toggled the paintball news feed."
  234.  
  235. COMMAND_NOT_AS_CONSOLE = "This command cannot be used in console."
  236.  
  237. NO_LOBBY_FOUND = "&7No paintball lobby found!"
  238.  
  239. NEED_CLEAR_INVENTORY = "&7You have to clear your inventory first to enter the lobby!"
  240.  
  241. NEED_RIGHT_GAMEMODE = "&7You have to change your gamemode to 'survival' first to enter the lobby!"
  242.  
  243. NEED_STOP_FLYING = "&7You have to disable your fly mode / stop flying to enter the lobby!"
  244.  
  245. NEED_STOP_FALLING_BURNING_DROWNING = "&7You can't join the lobby while falling, being on fire or drowning!"
  246.  
  247. NEED_FULL_HEALTH = "&7You need full health to enter the lobby!"
  248.  
  249. NEED_FULL_FOOD = "&7You need a full food bar to enter the lobby!"
  250.  
  251. NEED_NO_EFFECTS = "&7You can't enter the lobby with active potion effects!"
  252.  
  253. INVENTORY_SAVED = "&7Inventory saved."
  254.  
  255. COMMAND_GENERAL_HELP = "&a/pb [help|?] &b- Shows this help page."
  256.  
  257. COMMAND_GENERAL_ARENA = "&e/pb arena &b- Arena commands."
  258.  
  259. COMMAND_GENERAL_ADMIN = "&e/pb admin &b- Admin commands."
  260.  
  261. COMMAND_GENERAL_INFO = "&a/pb info &b- Showing information about paintball plugin."
  262.  
  263. COMMAND_GENERAL_LIST = "&a/pb list &b- Gives an overview of the players in the lobby."
  264.  
  265. COMMAND_GENERAL_LOBBY = "&a/pb lobby &b- Join the lobby."
  266.  
  267. COMMAND_GENERAL_BLUE = "&a/pb blue &b- Join team {blue}."
  268.  
  269. COMMAND_GENERAL_RED = "&a/pb red &b- Join team {red}."
  270.  
  271. COMMAND_GENERAL_RANDOM = "&a/pb random|join &b- Join random team."
  272.  
  273. COMMAND_GENERAL_SPEC = "&a/pb spec &b- Join the spectators."
  274.  
  275. COMMAND_GENERAL_LEAVE = "&a/pb leave [team] &b- Leave the lobby or your current team."
  276.  
  277. COMMAND_GENERAL_TOGGLE = "&a/pb toggle &b- Toggles some paintball messages."
  278.  
  279. COMMAND_GENERAL_SHOP = "&a/pb shop [id] &b- Paintball-Shop."
  280.  
  281. COMMAND_GENERAL_STATS = "&a/pb stats &b- Shows some stats."
  282.  
  283. COMMAND_GENERAL_RANK = "&a/pb rank [stats]&b- Shows the players rank in this category."
  284.  
  285. COMMAND_GENERAL_TOP = "&a/pb top [stats]&b- Shows the top 10 players in this category."
  286.  
  287. COMMAND_GENERAL_CASH = "&a/pb cash &b- Shows money."
  288.  
  289. COMMAND_ARENA_HELP = "&e/pb [help|?] &b- Shows help page."
  290.  
  291. COMMAND_ARENA_ARENA = "&e/pb arena &b- Shows this arena commands."
  292.  
  293. COMMAND_ARENA_LIST = "&e/pb arena list &b- Lists all arenas."
  294.  
  295. COMMAND_ARENA_CREATE = "&e/pb arena <name> &b- Create a new arena."
  296.  
  297. COMMAND_ARENA_INFO = "&e/pb arena <name> info &b- Shows arena infos."
  298.  
  299. COMMAND_ARENA_BLUE = "&e/pb arena <name> blue &b- Adds a {blue} spawn."
  300.  
  301. COMMAND_ARENA_RED = "&e/pb arena <name> red &b- Adds a {red} spawn."
  302.  
  303. COMMAND_ARENA_SPEC = "&e/pb arena <name> spec &b- Adds a {spec} spawn."
  304.  
  305. COMMAND_ARENA_REMOVE = "&e/pb arena <name> remove &b- Removes arena."
  306.  
  307. COMMAND_ARENA_DELBLUE = "&e/pb arena <name> delblue &b- Deletes {blue} spawns."
  308.  
  309. COMMAND_ARENA_DELRED = "&e/pb arena <name> delred &b- Deletes {red} spawns."
  310.  
  311. COMMAND_ARENA_DELSPEC = "&e/pb arena <name> delspec &b- Deletes {spec} spawns."
  312.  
  313. COMMAND_ARENA_SET = "&e/pb arena <name> set <setting> <value> &b- Modify the settings for this arena."
  314.  
  315. COMMAND_ARENA_DISABLE = "&e/pb arena <name> disable &b- Disables this arena.";
  316.  
  317. COMMAND_ARENA_ENABLE = "&e/pb arena <name> enable &b- Enables this arena.";
  318.  
  319. COMMAND_ADMIN_HELP = "&e/pb [help|?] &b- Shows help page."
  320.  
  321. COMMAND_ADMIN_ARENA = "&e/pb arena &b- Arena commands."
  322.  
  323. COMMAND_ADMIN_ADMIN = "&e/pb admin &b- Shows this admin commands."
  324.  
  325. COMMAND_ADMIN_RELOAD = "&e/pb admin reload &b- Reload the plugin, kicking all players out of the lobby."
  326.  
  327. COMMAND_ADMIN_SOFTRELOAD = "&e/pb admin softreload &b- Reload the plugin, waiting for all matches to finish."
  328.  
  329. COMMAND_ADMIN_DISABLE = "&e/pb admin disable &b- Toggles if new paintball matches are allowed or not."
  330.  
  331. COMMAND_ADMIN_LOBBY_SPAWN = "&e/pb admin lobby spawn &b- Adds a lobby spawn."
  332.  
  333. COMMAND_ADMIN_LOBBY_REMOVE = "&e/pb admin lobby remove &b- Deletes the lobby spawns."
  334.  
  335. COMMAND_ADMIN_STATS = "&e/pb admin stats <player> &b- Shows the players stats."
  336.  
  337. COMMAND_ADMIN_RESET = "&e/pb admin reset <all|player> [value] &b- Resets all stats of all or one player or a specified value of the players stats."
  338.  
  339. COMMAND_ADMIN_SET = "&e/pb admin set <player> <stats> <value> &b- Sets the stats of the player to a specified value."
  340.  
  341. COMMAND_ADMIN_ADD = "&e/pb admin add <player> <stats> <value> &b- Adds a specified value to the stats of the player."
  342.  
  343. COMMAND_ADMIN_RANK = "&e/pb admin rank <jogador> [stats] &b- Shows the players rank in this category."
  344.  
  345. COMMAND_ADMIN_NEXT = "&e/pb admin next <arena> &b- Tries to force the next arena to the specified arena."
  346.  
  347. COMMAND_ADMIN_RANDOM = "&e/pb admin random &b- Toggles 'only random' until next reload."
  348.  
  349. COMMAND_ADMIN_HAPPY = "&e/pb admin happy <tempo> &b- Inicia Hora Louca Com o tempo Indicado."
  350.  
  351. COMMAND_ADMIN_PLAY = "&e/pb admin play <win|defeat|draw> &b- Jogadores Ouviram essa Melodia."
  352.  
  353. COMMAND_ADMIN_GIFTS = "&e/pb admin gifts [quantia] &b- Ta um presente a Todos."
  354.  
  355. ARENA_LIST_HEADER = "&b&l[&e&lArenas Paintball: &7{arenas}&b&l]"
  356.  
  357. ARENA_STATUS_READY = "&a|Pronto|"
  358.  
  359. ARENA_STATUS_NOT_READY = "&c|Nao esta Pronta|"
  360.  
  361. ARENA_LIST_ENTRY = "&7- {arena} {status}"
  362.  
  363. ARENA_CREATED = "&aArena &e{arena} Criada"
  364.  
  365. ARENA_NOT_FOUND = "&cArena &e{arena} nao localizada"
  366.  
  367. ARENA_NOT_READY = "&cArena Nao esta Pronta: &e{arena}"
  368.  
  369. ARENA_ALREADY_EXISTS = "&aArena &e{arena} &aalready exists!"
  370.  
  371. ARENA_INFO_HEADER = "&b&l[&e&lPaintball Arena: &a{arena} {status}&b&l]"
  372.  
  373. ARENA_INFO_SETTINGS_HEADER = "&d&lSettings:"
  374.  
  375. ARENA_INFO_SETTINGS_BALLS = "&3Tiros: &7(arena) &6{balls} | {balls_def} &7(default)"
  376.  
  377. ARENA_INFO_SETTINGS_GRENADES = "&3Grenadas: &7(arena) &6{grenades} | {grenades_def} &7(default)"
  378.  
  379. ARENA_INFO_SETTINGS_AIRSTRIKES = "&3Airstrikes: &7(arena) &6{airstrikes} | {airstrikes_def} &7(default)"
  380.  
  381. ARENA_INFO_SETTINGS_LIVES = "&3Vidas: &7(arena) &6{lives} | {lives_def} &7(default)"
  382.  
  383. ARENA_INFO_SETTINGS_RESPAWNS = "&3Respawns: &7(arena) &6{respawns} | {respawns_def} &7(default)"
  384.  
  385. ARENA_INFO_SETTINGS_ROUND_TIME = "&3Tempo de Partida: &7(arena) &6{round_time} | {round_time_def} &7(default)"
  386.  
  387. ARENA_INFO_STATS_HEADER = "&d&lStats:"
  388.  
  389. ARENA_INFO_STATS_ROUNDS = "&bRoundos do Jogador: &e{rounds}"
  390.  
  391. ARENA_INFO_STATS_KILLS = "&bFrags: &e{kills}"
  392.  
  393. ARENA_INFO_STATS_SHOTS = "&bTiros Desparados: &e{shots}"
  394.  
  395. ARENA_INFO_STATS_GRENADES = "&bThrown Grenades: &e{grenades}"
  396.  
  397. ARENA_INFO_STATS_AIRSTRIKES = "&bAirstrikes Ativos: &e{airstrikes}"
  398.  
  399. ARENA_INFO_SPAWNS = "&b{team} spawns: &e{spawns}"
  400.  
  401. ARENA_INFO_NEEDS_HEADER = "&cNeeds following to be marked as ready:"
  402.  
  403. ARENA_INFO_NEEDS_NO_USE = "&7- PARTIDA FINALIZADA NESSA ARENA"
  404.  
  405. ARENA_INFO_NEEDS_PVP = "&7- Ative pvp em todo mundo para Funcionar Spawn"
  406.  
  407. ARENA_INFO_NEEDS_SPAWN = "&7- 1 {team} spawn"
  408.  
  409. ARENA_INFO_NEEDS_ENABLE = "&7- Ative essa arena via comando"
  410.  
  411. ARENA_SET_SETTING = "&aArena &f{arena}&a: &6{setting} &afoi definido &f{value}"
  412.  
  413. ARENA_INVALID_SETTING = "&cConfiguracao de Arena Invalida. Tente: {settings}"
  414.  
  415. ARENA_SPAWN_ADDED = "{team_color}{team}&a spawn adicionado para o time {team} Spawn: {team_color}{team_spawns}"
  416.  
  417. ARENA_REMOVED = "&aArena &7{arena} &aremovida."
  418.  
  419. ARENA_SPAWNS_REMOVED = "&6{team_spawns} {team_color}{team} &aSpawn Removido da arena &7{arena}"
  420.  
  421. ARENA_NO_EDIT_IN_USE = "&7Nao e possivel editar a arena, ela esta em uso agora."
  422.  
  423. ARENA_DISABLED = "&e{arena} &aFoi Desativada Com Sucesso!"
  424.  
  425. ARENA_ENABLED = "&e{arena} &aAtivada Com sucesso!"
  426.  
  427. ARENA_ALREADY_DISABLED = "&e{arena} &cfoi Desativada!"
  428.  
  429. ARENA_ALREADY_ENABLED = "&e{arena} &cfoi Ativada!"
  430.  
  431. INVALID_NUMBER = "&cNumero Invalido."
  432.  
  433. LOBBY_NEW_SPAWN = "{lobby_color}Lobby &aSpawn Adicionado."
  434.  
  435. LOBBY_SPAWNS_REMOVED = "{lobby_color}Lobby &aSpawn Removido."
  436.  
  437. HELMET_SET = "&aHelmet successfull set."
  438.  
  439. PLAYER_STAT_SET = "&f{player}'s &6{stat} &adefino para &6{value}"
  440.  
  441. PLAYER_STAT_ADDED = "&6{value} &aadicionado ao &f{player}'s &6{stat}"
  442.  
  443. REALOAD_FINISHED = "&aConfiguracao Recarregada."
  444.  
  445. ALL_STATS_RESET = "&cEstado de Player Restador, &aTotal de Player {amount}. Tempo Para Operacao {time} ms/segundos"
  446.  
  447. PLAYER_ALL_STATS_RESET = "&aStats do Jogador &7{player} &aResetado Com Sucesso!"
  448.  
  449. PLAYER_STAT_RESET = "&6{stat} &aDo jogador &7{player} &aFoi Restado com Sucesso!"
  450.  
  451. VALUE_NOT_FOUND = "&7Valor/Variavel nao encontrada. Tente: {values}"
  452.  
  453. NEXT_ARENA_SET = "{plugin} &dTentando Iniciar Proxima Arena &e{arena}"
  454.  
  455. PLUGIN_STATUS = "&aStatus Da Partida's &e{status}"
  456.  
  457. ON = "Ativado"
  458.  
  459. OFF = "disabled"
  460.  
  461. SOFTRELOAD = "&dPaintball plugin is reloading soon. New matches diabled. You will be kicked from the lobby soon.."
  462.  
  463. RELOAD_SOON = "&aReload will be done when all matches are over.."
  464.  
  465. ONLY_RANDOM_ON = "&7Activated 'only random' !"
  466.  
  467. ONLY_RANDOM_OFF = "&7Deactivated 'only random' !"
  468.  
  469. COMMAND_UNKNOWN_OR_NOT_CONSOLE = "This command cannot be used in console or is unknown."
  470.  
  471. SHOP_INACTIVE = "&7Shop is inactive right now. :( See you later, alligator!"
  472.  
  473. SHOP_HEADER = "&2$$$$$&e&l Paintball-Shop &2$$$$$"
  474.  
  475. SHOP_ENTRY = "&6{id} &7: {good}"
  476.  
  477. SHOP_GOOD = "&e{amount}x {good}: &2{price}$"
  478.  
  479. SHOP_EMPTY = "empty"
  480.  
  481. SHOP_BUY = "&6Buy with /pb shop [id]"
  482.  
  483. SHOP_ONLY_WHILE_PLAYING = "&7The paintball-shop is only available while playing."
  484.  
  485. GOOD_NOT_AVAILABLE = "&7This good is not available."
  486.  
  487. NOT_ENOUGH_MONEY = "&7$ Not enough cash $ :("
  488.  
  489. INVENTORY_FULL = "&7Your inventory is full!"
  490.  
  491. YOU_BOUGHT = "&aYou bought {amount}x {good} for {price} $"
  492.  
  493. INVALID_ID = "&cInvalid ID"
  494.  
  495. PLAYER_DIED = "{plugin} {target_color}{target} &bdied"
  496.  
  497. YOU_DIED = "&cYou died!"
  498.  
  499. PLAYER_LEFT_MATCH = "{plugin} {target_color}{target} &bhas left the match"
  500.  
  501. PLAYER_AFK = "{plugin} &6[AFK-Detection] {player_color}{player} &bwas forced to leave his team"
  502.  
  503. THIS_NEEDS_TIME = "&aThis can take a few seconds now.."
  504.  
  505. MATCH_REMAINING_TIME = "{plugin} &bRound Timer: &6{seconds} seconds left"
  506.  
  507. RESPAWN = "&aYou respawned! &aRespawns left: &6{respawns} &aLives: &6{lives}"
  508.  
  509. PROTECTION = "&5Protected for: &6{protection}sec"
  510.  
  511. PROTECTION_OVER = "&5Protection is &cover!"
  512.  
  513. INFINITE = "unlimited"
  514.  
  515. PLAYER_OVERVIEW = "&e&lPaintball Player Overview:"
  516.  
  517. SPECTATING = "spectating"
  518.  
  519. PLAYING = "playing"
  520.  
  521. WAITING = "waiting"
  522.  
  523. NOT_IN_TEAM = "not in team"
  524.  
  525. SIGN_LINE_TWO = "&f{player}"
  526.  
  527. SIGN_LINE_THREE = "&c{value}"
  528.  
  529. SIGN_LINE_FOUR = "&aCLICK ME"
  530.  
  531. NOT_CONNECTED = "&c-not connected-";
  532.  
  533. NOT_FOUND = "&c-not found-";
  534.  
  535. ALLOWED_TO_PLAY_PAINTBALL = "You are allowed to play paintball."
  536.  
  537. NOT_ALLOWED_TO_PLAY_PAINTBALL = "You are not allowed to play paintball."
  538.  
  539. MINE_PLAYER_LIMIT_REACHED = "&7You have reached your limit of planted mines."
  540.  
  541. MINE_MATCH_LIMIT_REACHED = "&7There are already too much planted mines."
  542.  
  543. TURRET_PLAYER_LIMIT_REACHED = "&7You have reached your limit of placed turrets."
  544.  
  545. TURRET_MATCH_LIMIT_REACHED = "&7There are already too much placed turrets."
  546.  
  547. ROCKET_PLAYER_LIMIT_REACHED = "&7You have reached your limit of fired rockets."
  548.  
  549. ROCKET_MATCH_LIMIT_REACHED = "&7There are already too much fired rockets."
  550.  
  551. YOU_WON = "You have won!"
  552.  
  553. YOU_LOST = "You have lost.. :("
  554.  
  555. YOU_DRAW = "Draw! At least you have not lost.. ;)"
  556.  
  557. YOU_GAVE_ALL_GIFT = "&aYou gave everyone a gift!"
  558.  
  559. ALL_RECEIVED_GIFT = "&aEveryone received a &cgift&a! &6Right-click to unwrap or give away!"
  560.  
  561. RECEIVED_GIFT = "&aYou received a &cgift&a! &6Right-click to unwrap or give away!"
  562.  
  563. RECEIVED_GIFT_FROM = "&aYou received a &cgift &afrom &c{from}&a! &6Say thank you and right-click to unwrap!"
  564.  
  565. GAVE_GIFT_TO = "&aYou made &c{to} &aa &cgift!"
  566.  
  567. WEAPON_PAINTBALL = "&bPaintball"
  568.  
  569. WEAPON_GRENADE = "&bGrenade"
  570.  
  571. WEAPON_SNIPER = "&eSniper"
  572.  
  573. WEAPON_ROCKET = "&eRocket Launcher"
  574.  
  575. WEAPON_AIRSTRIKRE = "&eAirstrike"
  576.  
  577. WEAPON_ORBITALSTRIKE = "&eOrbitalstrike"
  578.  
  579. WEAPON_MINE = "&eMine"
  580.  
  581. WEAPON_PUMPGUN = "&ePumpgun"
  582.  
  583. WEAPON_SHOTGUN = "&eShotgun"
  584.  
  585. WEAPON_TURRET = "&eTurret"
  586.  
  587. WEAPON_GIFT = "&eGift"
  588.  
  589. TEAM_BLUE = "&9You are in the blue team"
  590.  
  591. TEAM_RED = "&4Voce esta no Time Vermelho"
  592.  
  593. TEAM_SPECTATOR = "&4You are spectator"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement