Advertisement
basjvr

Untitled

Jun 2nd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # DeluxeMenus 1.13.2-Release main configuration file
  2. #
  3. # A full wiki on how to use this plugin can be found at:
  4. # https://github.com/help-chat/DeluxeMenus/wiki
  5.  
  6. debug: false
  7. check_updates: true
  8. gui_menus:
  9. kits_menu:
  10. menu_title: '&a&lDaily Rewards'
  11. open_command:
  12. - kits
  13. - kit
  14. - ekits
  15. - ekit
  16. size: 45
  17. items:
  18. '239':
  19. material: Emerald
  20. slot: 20
  21. display_name: '&aDefault -&f Daily Rewards'
  22. priority: 2
  23. update: true
  24. lore:
  25. - '&a&lInformation'
  26. - ''
  27. - '&a---| &f$50.000.000 Money'
  28. - '&a---| &f1x Rare Key'
  29. - '&a---| &f250 Tokens'
  30. - ''
  31. - ' &a --> &f&lAVAILABLE &a<---'
  32. left_click_commands:
  33. - '[console] eco give %player_name% 50000000'
  34. - '[console] crazycrates give physical rare 1 %player_name%'
  35. - '[console] liquid give %player_name% 250'
  36. - '[console] playsound random.levelup %player_name% ~ ~ ~ 1 1.2 1'
  37. - '[close]'
  38. - '[console] particle flame %player_x% %player_y% %player_z% 1 1 1 0.5 70'
  39. right_click_commands:
  40. - '[console] eco give %player_name% 50000000'
  41. - '[console] crazycrates give physical rare 1 %player_name%'
  42. - '[console] liquid give %player_name% 250'
  43. - '[console] playsound random.levelup %player_name% ~ ~ ~ 1 1.2 1'
  44. - '[console] particle flame %player_x% %player_y% %player_z% 1 1 1 0.5 70'
  45. - '[close]'
  46. view_requirement:
  47. requirements:
  48. available:
  49. type: string equals ignorecase
  50. input: '%essentials_kit_is_available_starter%'
  51. output: 'yes'
  52. '249':
  53. material: 160
  54. data: 14
  55. slot: 11
  56. display_name: '&aDefault - &fDaily Rewards'
  57. priority: 4
  58. update: true
  59. lore:
  60. - '&a --> &f&lUNAVAILABLE &a<---'
  61. - ''
  62. - '&aLOCKED'
  63. - '&fCOOLDOWN: &a%essentials_kit_time_until_available_starter%'
  64. left_click_commands:
  65. - '[console] playsound random.explode %player_name% ~ ~ ~ 1 1.2 1'
  66. - '[console] particle lava %player_x% %player_y% %player_z% 1 1 1 1 50'
  67. - '[close]'
  68. - '[message] &a---> &fUNAVAILABLE &a<---'
  69. - '[message] &c'
  70. - '[message] &f Cooldown remaining: &a%essentials_kit_time_until_available_starter%'
  71. right_click_commands:
  72. - '[console] playsound random.explode %player_name% ~ ~ ~ 1 1.2 1'
  73. - '[console] particle lava %player_x% %player_y% %player_z% 1 1 1 1 50'
  74. - '[close]'
  75. - '[message] &a---> &fUNAVAILABLE &a<---'
  76. - '[message] &c'
  77. - '[message] &f Cooldown remaining: &a%essentials_kit_time_until_available_starter%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement