Advertisement
Guest User

Untitled

a guest
May 8th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # bSpace v2.3- 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: false
  9. # Global settings
  10. global:
  11. # Spacesuit armortype
  12. armortype: iron
  13. # Spacehelmet block id
  14. blockid: 86
  15. # Other global settings
  16. givehelmet: false
  17. givesuit: false
  18. # If true, any time a player is in one of the below worlds,
  19. # they won't drown while wearing the helmet
  20. drowning:
  21. stopdrowning: true
  22. # For example: [spaceworld1,spaceworld2,nonspaceworld]
  23. worlds: [Polaris]
  24. # Spout features (most features require Spoutcraft)
  25. spout:
  26. use: true
  27. # False if clouds should be hidden
  28. clouds: false
  29. # True if gravity should be modified
  30. gravity: true
  31. # Space texture pack to use (if enabled)
  32. texturepack: 'https://github.com/downloads/iffa/bSpace/spacetexture.zip'
  33. # True if the space tex. pack should be used
  34. usetp: true
  35. # The texture to use for Spout black holes
  36. blackhole-texture: 'http://i.imgur.com/zVBCZ.png'
  37. # Economy settings
  38. economy:
  39. # True if economy should be enabled
  40. enabled: false
  41. # Enter and exit costs (when using bSpace's commands)
  42. entercommandcost: 20
  43. exitcommandcost: 20
  44. # Enter and exit costs
  45. entercost: 20
  46. exitcost: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement