Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. #
  2. # House Points Configuration #
  3. # by Kimberly Boynton #
  4. Houses:
  5. Gryffindor:
  6. points: 60
  7. material: SHIELD
  8. chatColor: DARK_RED
  9. shortcut: g
  10. custom-item:
  11. rename: g{rank}
  12. id: 1000000
  13. Ravenclaw:
  14. points: 60
  15. material: SHIELD
  16. chatColor: DARK_BLUE
  17. shortcut: r
  18. custom-item:
  19. rename: r{rank}
  20. id: 1000005
  21. Hufflepuff:
  22. points: 0
  23. material: SHIELD
  24. chatColor: GOLD
  25. shortcut: h
  26. custom-item:
  27. rename: h{rank}
  28. id: 1000009
  29. Slytherin:
  30. points: 120
  31. material: SHIELD
  32. chatColor: DARK_GREEN
  33. shortcut: s
  34. custom-item:
  35. rename: s{rank}
  36. id: 1000013
  37. custom-item:
  38. material: SHIELD
  39. no-points: 1000000
  40. rename: no-points
  41. positive:
  42. - add
  43. - plus
  44. - +
  45. - give
  46. negative:
  47. - take
  48. - remove
  49. - subtract
  50. - '-'
  51. messages:
  52. give:
  53. houseOnly: '&e{giver}&r has rewarded {hc}{house}&r with &e{points}&r!'
  54. playerNoReason: '&e{giver}&r has rewarded &e{player}&r {hc}{house}&r with &e{points}&r!'
  55. playerWithReason: '&e{giver}&r has rewarded &e{player}&r {hc}{house}&r with &e{points}&r
  56. for {reason}!'
  57. reasonOnly: '&e{giver}&r has rewarded {hc}{house}&r with &e{points}&r for {reason}!'
  58. take:
  59. houseOnly: '&e{giver}&r has taken &e{points}&r from {hc}{house}&r!'
  60. playerNoReason: '&e{giver}&r has taken &e{points}&r from &e{player}&r in {hc}{house}&r!'
  61. playerWithReason: '&e{giver}&r has taken &e{points}&r from &e{player}&r in {hc}{house}&r
  62. for {reason}!'
  63. reasonOnly: '&e{giver}&r has taken &e{points}&r from {hc}{house}&r for {reason}!'
  64. permission:
  65. no_permission_command: '&cYou do not have permission to perform this command!'
  66. no_permission_action: '&cYou do not have permission to do that!'
  67. command:
  68. syntax: '&7Correct House Points Syntax is /points [+/-] [house] [points] (player)
  69. (reason)'
  70. not_house: '&cThat doesn''t appear to be a house nor a shortcut for a house!'
  71. event_cancelled: '&cYour event got cancelled by another plugin!'
  72. listener:
  73. wallsign: '&cOnly wall signs are supported.'
  74. pointType: ITEM_RENAME
  75. pointRepresentation: true
  76. noPointsRepresentation: true
  77. consoleSender: The Gods Above
  78. MessageColor: light purple
  79. StandingsTitle: ' [Current House Standings]'
  80. UseTitle: true
  81. Title:
  82. title:
  83. - House Points
  84. color: dark purple
  85. Locations:
  86. '0':
  87. world: HOGWARTS
  88. x: -2085
  89. y: 62
  90. z: 1627
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement