Advertisement
Guest User

Untitled

a guest
Oct 26th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. # BananaSpace v1.4_2 - Main Configuration File
  2. # ----------------------------------------
  3. # This configuration has a pretty
  4. # huge amount of documentation, but
  5. # if you still have questions, please
  6. # ask on BukkitDev! Thanks.
  7. # Debugging mode
  8. debug: true
  9. # Global settings
  10. global:
  11. # Spacesuit armortype
  12. armortype: chain
  13. # Spacehelmet block id
  14. blockid: 302
  15. # Other global settings
  16. givehelmet: false
  17. givesuit: false
  18. usespout: false
  19. # Economy settings
  20. economy:
  21. # True if economy should be enabled
  22. enabled: false
  23. entercommandcost: 20
  24. exitcommandcost: 20
  25. entercost: 20
  26. exitcost: 20
  27. # Space worlds
  28. worlds:
  29. # Example world
  30. # To use this space world please remove the comments. (if you know how)
  31. world_space:
  32. # World generation options
  33. generation:
  34. generateplanets: true
  35. generateasteroids: true
  36. generatesatellites: true
  37. # From 1-200. These can be turned off with the generateasteroids-setting.
  38. glowstonechance: 1
  39. stonechance: 3
  40. # From 1-1337. This can be turned off with the generatesatellites-setting.
  41. satellitechance: 1
  42. # Spacesuit options
  43. suit:
  44. required: true
  45. # Spacehelmet options
  46. helmet:
  47. required: true
  48. # Breathing area options
  49. breathingarea:
  50. maxroomheight: 6
  51. # Miscellaneous options
  52. weather: false
  53. nethermode: false
  54. alwaysnight: true
  55. neutralmobs: true
  56. hostilemobs: true
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement