Advertisement
0123Atsuse

skillapi lange

Oct 29th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 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: '&c{player}&aは{skill}&aを&b発動した!'
  13. gain-exp: ''
  14. gain-lvl: '&eレベルアップ! &aあなたは &elevel&c{level}&aになりました!'
  15. lose-exp: ''
  16. Errors:
  17. on-cooldown: '&6{skill} &4cooldown - &6{cooldown} &4seconds left'
  18. no-mana: '&cマナが足りません'
  19. no-skills: '&4That class does not have any skills'
  20. cannot-use: '&c必要レベルに達していないか、職業が違うため装備出来ません!'
  21. GUI:
  22. attribute-title: 'Attributes ({points} 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. - '&2タイプ: &6{type}'
  37. - ''
  38. - '{req:lvl}レベル: {attr:level}'
  39. - '{req:cost}コスト: {attr:cost}'
  40. - ''
  41. - '&9マナ: {attr:mana}'
  42. - '&cクールダウン: {attr:cooldown}'
  43. - '&6範囲: {attr:range}'
  44. - ''
  45. - '&2Details: &7{desc:1}'
  46. - '&7{desc:2-x}'
  47. Stats:
  48. health: '&dHealth'
  49. points: '&9SP'
  50. level: '&eLevel'
  51. exp: '&6Exp'
  52. Status:
  53. silenced: '&4You are silenced for another &6{duration} &4seconds'
  54. stunned: '&4You are stunned for another &6{duration} &4seconds'
  55. rooted: '&4You are rooted for another &6{duration} &4seconds'
  56. disarmed: '&4You are disarmed for another &6{duration} &4seconds'
  57. invincible: '&4That target is invincible for another &6{duration} &4seconds'
  58. absorbed: '&4That target is absorbing attacks to gain health for another &6{duration} &4seconds'
  59. channeling: '&4You are still channeling for another &6{duration} &4seconds'
  60. Combo:
  61. left: '&6Left'
  62. right: '&6Right'
  63. shift: '&6Shift'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement