Advertisement
Emivg

Untitled

Aug 22nd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. system:
  2. prefix: '&8[&fFly&8]'
  3. reload: '{PREFIX} &aHas recargado el plugin.'
  4. help:
  5. - '&8&l------&fFly&8&l------'
  6. - '&6/tf'
  7. - '&7- Activa o desactiva el vuelo'
  8. - '&6/tf time'
  9. - '&7- Tiempo restante de vuelo'
  10. help_extended:
  11. - '&6/tf give [player] [time]'
  12. - '&7- Give a player fly time'
  13. - '&6/tf remove [player] [time]'
  14. - '&7- Remove fly time from a player'
  15. - '&6/tf set [player] [time]'
  16. - '&7- Set a players fly time'
  17.  
  18. general:
  19. invalid:
  20. time_other: '{PREFIX} &f{PLAYER} &cno tiene más tiempo de vuelo!'
  21. time_self: '{PREFIX} &cNo tienes más tiempo de vuelo disponible!'
  22. number: '{PREFIX} &cTiempo no válido.'
  23. player: '{PREFIX} &cThe specified player was not found.'
  24. permission: '{PREFIX} &cNo tienes permisos.'
  25. command: '&fComando desconocido. Escribe "/tf help" para ver la lista de comandos.'
  26. reciever: '{PREFIX} &cYou cannot pay yourself!'
  27. sender: '{PREFIX} &cOnly players can use this command!'
  28. flyer_self: '{PREFIX} &cNo estás volando!'
  29. zone_self: '{PREFIX} &cNo puedes volar aquí!'
  30. zone_other: '{PRFIX} &f{PLAYER} &cno puedes volar ahora!'
  31.  
  32. time:
  33. format: '&f{QUANTITY}&f{UNIT}'
  34. given_other: '{PREFIX} &f{PLAYER} &atiene {FORMATTED_TIME}&a.'
  35. given_self: '{PREFIX} &aHas recibido {FORMATTED_TIME} &ade vuelo.'
  36. removed_other: '{PREFIX} &f{PLAYER} &clost {FORMATTED_TIME}&c.'
  37. removed_self: '{PREFIX} &cYou lost &f{DAYS}d, {FORMATTED_TIME}&c.'
  38. sent_other: '{PREFIX} &aYou sent &f{PLAYER}&a {FORMATTED_TIME}&a.'
  39. sent_self: '{PREFIX} &f{PLAYER} &ate envió {FORMATTED_TIME} &ade vuelo.'
  40. set_other: '{PREFIX} &f{PLAYER} &ahad their time set to {FORMATTED_TIME}&a.'
  41. set_self: '{PREFIX} &aYour time was set to {FORMATTED_TIME}&a.'
  42. max_other: '{PREFIX} &f{PLAYER} &chas reached the maximum allowed time&c!'
  43. max_self: '{PREFIX} &cYou have reached the maximum allowed time&c!'
  44. decay: '{PREFIX} &cYou lost {FORMATTED_TIME} &cfor inactivity!'
  45. first_join: '{PREFIX} &aHas recibido {FORMATTED_TIME} &ade vuelo. Vuela utilizando &f/tf&a.'
  46. daily_login: '{PREFIX} &aYou recieved a daily bonus of {FORMATTED_TIME}&a!'
  47.  
  48. info:
  49. header: '&8-------- &dTiempo&8 --------'
  50. player: '&fJugador&7: &e{PLAYER}'
  51. days: '&fDías&7: &e{DAYS}'
  52. hours: '&fHoras&7: &e{HOURS}'
  53. minutes: '&fMinutos&7: &e{MINUTES}'
  54. seconds: '&fSegundos&7: &e{SECONDS}'
  55. infinite: '&eTiempo Ilimitado'
  56. footer: '&8----------------------'
  57.  
  58. fly:
  59. enabled_other: '{PREFIX} &f{PLAYER} &aestá volando!'
  60. enabled_self: '{PREFIX} &aHas activado tu vuelo!'
  61. disabled_other: '{PREFIX} &f{PLAYER} &cya no está volando!'
  62. disabled_self: '{PREFIX} &cHas desactivado tu vuelo!'
  63. speed_self: '{PREFIX} &aYour fly speed was set to &f{SPEED}&a.'
  64. cooldown_deny: '{PREFIX} &cEstás en combate!'
  65. cooldown_over: '{PREFIX} &aYa no estás en combate, vuela lejos!'
  66.  
  67.  
  68. aesthetic:
  69. symbols:
  70. infinity: '∞'
  71. featherboard:
  72. days: '&e{DAYS}&fd '
  73. hours: '&e{HOURS}&fh '
  74. minutes: '&e{MINUTES}&fm '
  75. seconds: '&e{SECONDS}&fs '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement