Advertisement
AnonymousUser1233

Untitled

Sep 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. crate_hologram:
  2. handler: none
  3. message:
  4. - '&f%player%''s &aMineCrate'
  5. - '&e(&7Right click to open&e)'
  6. height: 2.2
  7. check_updates: true
  8. area_handler: World
  9. ignore_silk_touch: true
  10. crate_despawn_time: 30
  11. crate_material: ENDER_CHEST
  12. crate_inventory_name: '%reward_list_name% &aMineCrate'
  13. crate_cooldown:
  14. enabled: true
  15. time: 500
  16. messages:
  17. help:
  18. - '&aMineCrates &fhelp'
  19. - '&a/minecrates reload &7- &freload the plugin'
  20. ignore_toggle_on: '&aYou are now ignoring MineCrates!'
  21. ignore_toggle_off: '&fYou are no longer ignoring MineCrates!'
  22. only_owner_can_open_crate: '&cOnly &f@p &ccan open this &aMineCrate!'
  23. no_permission: '&cYou don''t have permission to do that!'
  24. areas:
  25. world:
  26. permission: minecrates.getcrates.world
  27. drop_counter: 100
  28. drop_chance: 50.0
  29. counted_materials:
  30. - COAL_ORE
  31. - IRON_ORE
  32. - GOLD_ORE
  33. - DIAMOND_ORE
  34. rewards:
  35. vip:
  36. priority: 1
  37. permission: minecrates.rewards.world.vip
  38. max_rewards_per_crate: 1
  39. only_owner_can_open: true
  40. crate_spawn_actions:
  41. - '[message] &aYou found a VIP MineCrate!'
  42. - '[command] eco give @p 100'
  43. - '[broadcast] &f@p &afound a MineCrate!'
  44. - '[effect] helix'
  45. crate_despawn_actions:
  46. - '[message] &7Your crate has despawned!'
  47. - '[effect] helix'
  48. items:
  49. example_item:
  50. chance: 20.0
  51. item:
  52. material: DIAMOND
  53. data: 0
  54. amount: 64
  55. name: '&bVIP &3Diamonds'
  56. lore:
  57. - This item is only available to players who
  58. - have permission for this vip reward list!
  59. enchantments:
  60. - LUCK,1
  61. example_command_1:
  62. chance: 1.0
  63. commands:
  64. - '[command] eco give @p 1000000'
  65. - '[msg] You got 1000000 dollars!'
  66. example_command_2:
  67. chance: 30.0
  68. commands:
  69. - '[command] eco give @p 500'
  70. - '[msg] You got 500 dollars!'
  71. example_command_3:
  72. chance: 49.0
  73. commands:
  74. - '[command] eco give @p 1000'
  75. - '[msg] You got 1000 dollars!'
  76. default:
  77. priority: 2
  78. max_rewards_per_crate: 1
  79. only_owner_can_open: false
  80. crate_spawn_actions:
  81. - '[message] &aYou found a regular MineCrate!'
  82. - '[command] eco give @p 100'
  83. - '[broadcast] &f@p &afound a MineCrate!'
  84. - '[effect] helix'
  85. items:
  86. example_item_1:
  87. chance: 5.0
  88. item:
  89. material: DIAMOND
  90. amount: 16
  91. example_item_2:
  92. chance: 10.0
  93. item:
  94. material: IRON_INGOT
  95. amount: 32
  96. example_command:
  97. chance: 85.0
  98. commands:
  99. - '[command] eco give @p 250'
  100. - '[msg] You got 250 dollars!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement