Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the bukkit wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. #
  6. # If you need help on this file, feel free to join us on irc or leave a message
  7. # on the forums asking for advice.
  8. #
  9. # IRC: #bukkit @ esper.net
  10. # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
  11. # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
  12. # Twitter: http://twitter.com/Craftbukkit
  13. # Bug tracker: http://leaky.bukkit.org/
  14.  
  15.  
  16. settings:
  17. allow-end: false
  18. warn-on-overload: true
  19. spawn-radius: 1
  20. permissions-file: permissions.yml
  21. update-folder: update
  22. ping-packet-limit: 100
  23. use-exact-login-location: false
  24. plugin-profiling: false
  25. connection-throttle: 4000
  26. query-plugins: true
  27. deprecated-verbose: default
  28. spawn-limits:
  29. monsters: 70
  30. animals: 15
  31. water-animals: 5
  32. ticks-per:
  33. animal-spawns: 400
  34. monster-spawns: 1
  35. auto-updater:
  36. enabled: true
  37. on-broken:
  38. - warn-console
  39. - warn-ops
  40. on-update:
  41. - warn-console
  42. - warn-ops
  43. preferred-channel: rb
  44. host: dl.bukkit.org
  45. suggest-channels: true
  46. database:
  47. username: bukkit
  48. isolation: SERIALIZABLE
  49. driver: org.sqlite.JDBC
  50. password: walrus
  51. url: jdbc:sqlite:{DIR}{NAME}.db
  52. aliases:
  53. home: home
  54. spawn: spawn
  55. exit: warp exit
  56. maze: warp maze
  57. mobarena: warp mobarena
  58. spleef: warp spleef
  59. pvp: warp pvparena
  60. pvparena: warp pvparena
  61. shop: warp shop
  62. store: warp shop
  63. museum: warp museum
  64. parkour: warp parkour
  65. party: warp party
  66. money: econ
  67. repair: fix all
  68. fix hand: fix all
  69. tell: msg
  70. m: msg
  71. chest: v c
  72. enchtable: v e
  73. workbench: v w
  74. v: vanish
  75. day: time day
  76. night: time night
  77. donate: warp donate
  78. casino: warp casino
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement