Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Explosive:
  2. price: 100
  3. max: 20
  4. # you can nominate the world, which prevents explosive
  5. invalid_in_world:
  6. - plotworld
  7. # you can turn on automatic pickup.
  8. pickup: false
  9. # you can turn on automatic smelting
  10. smelt: true
  11. # you can turn on/off explostion sound/visual effects
  12. effect: true
  13. # you can turn on/off explostion sound effects
  14. sound: true
  15. # you can increase the number of exploded blocs with in a radius
  16. multiplier: 2
  17. # you can specify the radius whithin which explosion will occur.
  18. # it is not recommended to have a large radius. it may cause lag.
  19. radius: 3
  20. # You can set the occurrence of explosion.
  21. # random: randomly occur based on the level
  22. # always: explosion occur always.
  23. occurrence: random
  24. # You can set the list of blocks exempt from explosiont.
  25. # use this list to avoid your crates being exploded.
  26. # AIR and BEDROCK are already exempted by defalt
  27. exemptions:
  28. - ENDER_CHEST
  29. - GLOWSTONE
  30. - LADDER
  31. - STONE_PLATE
  32. - BARRIER
  33. use_explode_event: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement