puressyu

Untitled

Aug 25th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # ---------------------------------------------- #
  2. # Language Configuration #
  3. # ---------------------------------------------- #
  4. # If you are unsure of how to use this file, #
  5. # but would like to change how the plugin shows #
  6. # text, visit the BukkitDev page at: #
  7. # http://dev.bukkit.org/bukkit-plugins/skillapi/ #
  8. # and look at the tutorials section for the #
  9. # configuration tutorials. #
  10. # ---------------------------------------------- #
  11. Notifications:
  12. cast: '&6{player} &2has cast &6{skill}'
  13. gain-exp: '&2You have gained &6{exp} experience'
  14. gain-lvl: '&6Level Up! &2You are now a &6level {level} {class}'
  15. lose-exp: '&4You have lost &6{exp} {class} &4experience'
  16. Errors:
  17. on-cooldown: '&cクールダウン中! あと&a{cooldown}&c秒'
  18. no-mana: '&4You need &6{missing} &4more mana'
  19. no-skills: '&4That class does not have any skills'
  20. cannot-use: '&c使用できる条件を満たしていない'
  21. GUI:
  22. attribute-title: '&5&l残AP &0&l{points}ポイント'
  23. skill-tree: '{class}'
  24. skill-class-list: '{player}'
  25. Skill Tree:
  26. title: '{name} ({level}/{max})'
  27. type: '&2Skill Type: &6{name}'
  28. requirement:
  29. met: '&2'
  30. not-met: '&4'
  31. attribute:
  32. changing: '&6{value} -> {new}'
  33. not-changing: '&6{value}'
  34. layout:
  35. - '&d{name} &7({level}/{max})'
  36. - '&2Type: &6{type}'
  37. - ''
  38. - '{req:lvl}Level: {attr:level}'
  39. - '{req:cost}Cost: {attr:cost}'
  40. - ''
  41. - '&2Mana: {attr:mana}'
  42. - '&2Cooldown: {attr:cooldown}'
  43. - '&2Range: {attr:range}'
  44. - ''
  45. - '&2Details: &7{desc:1}'
  46. - '&7{desc:2-x}'
  47. Stats:
  48. health: '&2Health'
  49. points: '&2SP'
  50. level: '&2Level'
  51. exp: '&2Exp'
  52. attrib: '&2AP'
  53. Status:
  54. silenced: '&4You are silenced for another &6{duration} &4seconds'
  55. stunned: '&4You are stunned for another &6{duration} &4seconds'
  56. rooted: '&4You are rooted for another &6{duration} &4seconds'
  57. disarmed: '&4You are disarmed for another &6{duration} &4seconds'
  58. invincible: '&4That target is invincible for another &6{duration} &4seconds'
  59. absorbed: '&4That target is absorbing attacks to gain health for another &6{duration} &4seconds'
  60. channeling: '&4You are still channeling for another &6{duration} &4seconds'
  61. Combo:
  62. left: '&6Left'
  63. right: '&6Right'
  64. shift: '&6Shift'
Add Comment
Please, Sign In to add comment