Advertisement
Guest User

config.yml

a guest
Apr 24th, 2013
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # safeEnchantsOnly: If only safe enchantments are allowed.
  2. # allowEnchantsPastNormalLevel: Only active if safeEnchantOnly
  3. # is enabled. Allows random enchantments to be higher than
  4. # Minecraft thinks is safe.
  5. # customItemsSpawn: If custom items spawn
  6. # customItemsOnly: If customItemsSpawn is true, are custom items
  7. # the only items that can spawn?
  8. # customDropChance: If customItemsSpawn is true, what chance do
  9. # random items have of becoming a custom item?
  10. # autoUpdate: Should the plugin check BukkitDev for an update?
  11. # debugOnStartup: Should the plugin print out messages on startup?
  12. options:
  13. safeEnchantsOnly: true
  14. allowEnchantsPastNormalLevel: true
  15. customItemsSpawn: false
  16. customItemsOnly: false
  17. customDropChance: 0.1
  18. autoUpdate: false
  19. debugOnStartup: false
  20. spawnPrevention:
  21. spawnEgg: false
  22. spawner: false
  23. custom: false
  24. display:
  25. itemNameFormat: '%tiername% %itemtype%'
  26. preventMultipleChangesFromSockets: true
  27. percentages:
  28. mobSpawnWithItemChance: 0.75
  29. sockets:
  30. socketGemsEnabled: true
  31. socketGemsChance: 0.25
  32. socketGemMaterialIDs:
  33. - 264
  34. - 388
  35. - 399
  36. sockettedItemsEnabled: true
  37. spawnWithSocketChance: 0.1
  38. worlds:
  39. enabled: false
  40. generate:
  41. - world
  42. - world_nether
  43. - world_the_end
  44. use:
  45. - world
  46. - world_nether
  47. - world_the_end
  48. version: 1.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement