Advertisement
KyadCK

Untitled

Feb 4th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. # Whether or not the EnderDragon destroys blocks.
  2. DestroyBlocks: false
  3. # Whether or not the EnderDragon spawns an egg. If set to
  4. # true while the portal is disabled, it will drop as an
  5. # item rather than being placed as a block.
  6. SpawnEgg: true
  7. # Whether or not the EnderDragon spawns a portal. If set
  8. # to true while the egg is disabled, the portal will
  9. # spawn without an egg.
  10. SpawnPortal: false
  11. # Whether or not EnderDragon eggs teleport when hit by
  12. # a player. This setting is to help disable creative
  13. # theft, especially since LogBlock doesn't log the
  14. # egg being teleported.
  15. EggsCanTeleport: false
  16. # The maximum time it takes for a dragon to respawn. 4320 = 3 days
  17. MaxRespawnMinutes: 4320
  18. # The minimum time it takes for a dragon to respawn. 1440 = 1 day
  19. MinRespawnMinutes: 1440
  20. # The time it takes for a player who has received
  21. # experience from the EnderDragon to be able to
  22. # receive more.
  23. EXPResetMinutes: 120
  24. # The maximum distance from the EnderDragon a player
  25. # must be to receive experience from the kill.
  26. EXPMaxDistance: 100
  27. # Whether or not the plugin will give a custom amount
  28. # of experience to those who have slain the EnderDragon.
  29. UseCustomEXPTotal: false
  30. # The custom amount of experience to award players who
  31. # have slain the EnderDragon. Does nothing if the
  32. # option above is disabled.
  33. # NOTE: The default value, 20000, gives 105 levels.
  34. CustomEXPTotal: 20000
  35. # Worlds in which the Enderdragon will spawn.
  36. Worlds:
  37. # The name of the world to manage. Not case sensitive.
  38. world_the_end:
  39. # The maximum number of dragons in the world. The
  40. # plugin will attempt to spawn a new dragon every
  41. # time the cooldown for the world is up and a
  42. # player logs into the world or teleports into
  43. # the world. The spawn will be canceled if there
  44. # are no players near the spawn point.
  45. MaxDragons: 3
  46. # The actual spawn point for the world.
  47. SpawnPoint:
  48. X: 0
  49. Y: 128
  50. Z: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement