Kqliber

Untitled

Nov 5th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. # + --------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
  2. # | |
  3. # | PRESTIGE 1 |
  4. # | |
  5. # + --------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
  6. prestige1-available:
  7. material: CHEST_MINECART
  8. update: true
  9. slot: 20
  10. priority: 2
  11. view_requirement:
  12. requirements:
  13. cooldown:
  14. type: '=='
  15. input: '%mcd_left_prestige1_reward%'
  16. output: '0'
  17. permission:
  18. type: has permission
  19. permission: ezprestige.prestige.1
  20. display_name: '&aPrestige Reward &7[1]'
  21. lore:
  22. - ''
  23. - '&aRight Click &7to claim!'
  24. right_click_commands:
  25. - '[console] mcd add %player_name% prestige1_reward 3h'
  26. - '[console] eco give %player_name% 10000'
  27. - '[console] te add %player_name% 50'
  28. - '[sound] ENTITY_PLAYER_LEVELUP'
  29. - '[refresh]'
  30. - '[message] &5[&l!&5] &7You have &asuccessfully claimed &7your &adaily reward, &7come back tomorrow for more!'
  31. prestige1-on_cooldown:
  32. material: 'MINECART'
  33. slot: 20
  34. priority: 3
  35. update: true
  36. view_requirement:
  37. requirements:
  38. cooldown:
  39. type: '>='
  40. input: '%mcd_left_prestige1_reward%'
  41. output: '1'
  42. display_name: '&cPrestige Reward &7[1]'
  43. lore:
  44. - ''
  45. - '&7Cooldown: &c%mcd_left_formatted_prestige1_reward%'
  46. right_click_commands:
  47. - '[sound] ENTITY_ITEM_BREAK 10 0'
  48. - '[refresh]'
  49. prestige1-no-perm:
  50. material: 'BARRIER'
  51. slot: 20
  52. priority: 1
  53. update: true
  54. view_requirement:
  55. requirements:
  56. permission:
  57. type: has permission
  58. permission: prestige.0
  59. display_name: '&cPrestige Reward &7[1]'
  60. lore:
  61. - ''
  62. - '&cYou Must be Prestige 1'
  63. - '&cTo unlock this reward!'
  64. right_click_commands:
  65. - '[sound] ENTITY_ITEM_BREAK 10 0'
  66. - '[refresh]'
Advertisement
Add Comment
Please, Sign In to add comment