Advertisement
Guest User

Config

a guest
Jan 27th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #
  2. # Optional schematic specific configuration
  3. lobby:
  4. world: world
  5. spawn: 280.11 94.50 295.81 91.02 12.13
  6. radius: 0
  7. score:
  8. per-kill: 3
  9. per-win: 10
  10. on-death: -1
  11. on-leave: -1
  12. groups:
  13. example:
  14. per-kill: 3
  15. per-win: 10
  16. on-death: -1
  17. on-leave: -1
  18. MTP:
  19. per-kill: 6
  20. per-win: 20
  21. on-death: -1
  22. on-leave: -1
  23. Admin:
  24. per-kill: 6
  25. per-win: 20
  26. on-death: -1
  27. on-leave: -1
  28. schematics:
  29. WaterPonge:
  30. min-players: 4
  31. timer: 10
  32. SkyLands:
  33. min-players: 4
  34. timer: 10
  35. LordOfNether:
  36. min-players: 4
  37. timer: 10
  38. NetherIsland:
  39. min-players: 4
  40. timer: 10
  41. Skylands:
  42. min-players: 4
  43. timer: 10
  44. statistics:
  45. update-interval: 600
  46. top: 30
  47. data-storage: FILE
  48. database:
  49. hostname: localhost
  50. port: 3306
  51. username: username
  52. password: password
  53. database: database
  54. islands-per-row: 100
  55. island-buffer: 5
  56. island-building:
  57. enabled: true
  58. interval: 1
  59. blocks-per-tick: 600
  60. build-cages: true
  61. ignore-air: false
  62. fill-empty-chests: true
  63. fill-populated-chests: false
  64. use-economy: false
  65. chat-handled-by-other-plugin: false
  66. clear-inventory-on-join: true
  67. save-inventory: false
  68. whitelisted-commands:
  69. - g
  70. - global
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement