Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # This is the global settings for all the worlds, if a world have his own settings file it will overwrite these settings for the world.
  2.  
  3. # Creepers
  4. CreeperControl:
  5. Enabled: false
  6. DestroyWorld: false
  7. EnableExplosionSound: true
  8. EnableExplosionSmoke: true
  9. PowerdByLightning: true
  10. # Only enable these settings if you are between two levels (you must enable 'EnableBetweenLevels' to use it).
  11. EnableBetweenLevels:
  12. Enabled: false
  13. MinLevel: 64
  14. MaxLevel: 127
  15.  
  16. # Fireballs (from ghasts)
  17. FireballControl:
  18. Enabled: false
  19. DestroyWorld: true
  20. EnableExplosionSound: true
  21. EnableExplosionSmoke: true
  22. # Only enable these settings if you are between two levels (you must enable 'EnableBetweenLevels' to use it).
  23. EnableBetweenLevels:
  24. Enabled: false
  25. MinLevel: 0
  26. MaxLevel: 127
  27.  
  28. # TNT blocks
  29. TNTControl:
  30. Enabled: false
  31. DestroyWorld: false
  32. EnableExplosionSound: true
  33. EnableExplosionSmoke: true
  34. CanPlaceTNT: true
  35. # Only enable these settings if you are between two levels (you must enable 'EnableBetweenLevels' to use it).
  36. EnableBetweenLevels:
  37. Enabled: false
  38. MinLevel: 0
  39. MaxLevel: 127
  40.  
  41. EndermanControl:
  42. Enabled: false
  43. CanPlaceBlock: false
  44. CanPickupBlock: false
  45. # If an endermen wants to pickup a block, and he can't, don't break the block but the endermen get a clone of that block in his hands
  46. CanCloneBlock: true
  47. # If an endermen wants to place a block, and he can't, don't place anything but remove the holding block out of his hands
  48. ClearHandsOnPlace: true
  49. # Only enable these settings if you are between two levels (you must enable 'EnableBetweenLevels' to use it).
  50. EnableBetweenLevels:
  51. Enabled: false
  52. MinLevel: 0
  53. MaxLevel: 127
  54.  
  55. OtherExplosions:
  56. Enabled: false
  57. DestroyWorld: true
  58. EnableExplosionSound: true
  59. EnableExplosionSmoke: true
  60. # Only enable these settings if you are between two levels (you must enable 'EnableBetweenLevels' to use it).
  61. EnableBetweenLevels:
  62. Enabled: false
  63. MinLevel: 0
  64. MaxLevel: 127
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement