tonidu28

Untitled

Dec 13th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. Server.propesties ( ouvert avec NotePad++ ) :
  2.  
  3. #Minecraft server properties
  4. #Thu Dec 13 18:19:48 CET 2012
  5. generator-settings=
  6. allow-nether=true
  7. level-name=world
  8. enable-query=false
  9. allow-flight=true
  10. server-port=25905
  11. level-type=DEFAULT
  12. enable-rcon=false
  13. hellworld=true
  14. level-seed=
  15. server-ip=hades.dedicraft.fr
  16. max-build-height=256
  17. spawn-npcs=true
  18. white-list=false
  19. spawn-animals=true
  20. snooper-enabled=true
  21. hardcore=false
  22. texture-pack=
  23. online-mode=false
  24. server-id=unnamed
  25. pvp=true
  26. difficulty=1
  27. server-name=Unknown Server
  28. gamemode=0
  29. max-players=999
  30. spawn-monsters=true
  31. generate-structures=true
  32. view-distance=10
  33. spawn-protection=16
  34. motd=Bienvenue sur MineFun
  35.  
  36. Bukkit.yml :
  37.  
  38. # This is the main configuration file for Bukkit.
  39. # As you can see, there's actually not that much to configure without any plugins.
  40. # For a reference for any variable inside this file, check out the bukkit wiki at
  41. # http://wiki.bukkit.org/Bukkit.yml
  42. settings:
  43. allow-end: true
  44. warn-on-overload: true
  45. permissions-file: permissions.yml
  46. update-folder: update
  47. ping-packet-limit: 100
  48. use-exact-login-location: false
  49. plugin-profiling: false
  50. connection-throttle: 4000
  51. query-plugins: true
  52. deprecated-verbose: default
  53. shutdown-message: Server closed
  54. kick-on-speedhack: true
  55. outdated-server-message: Outdated server!
  56. outdated-client-message: Outdated client!
  57. spawn-limits:
  58. monsters: 70
  59. animals: 15
  60. water-animals: 5
  61. ambient: 15
  62. ticks-per:
  63. animal-spawns: 400
  64. monster-spawns: 1
  65. autosave: 0
  66. auto-updater:
  67. enabled: true
  68. on-broken:
  69. - warn-console
  70. - warn-ops
  71. on-update:
  72. - warn-console
  73. - warn-ops
  74. preferred-channel: rb
  75. host: dl.bukkit.org
  76. suggest-channels: true
  77. database:
  78. username: bukkit
  79. isolation: SERIALIZABLE
  80. driver: org.sqlite.JDBC
  81. password: walrus
  82. url: jdbc:sqlite:{DIR}{NAME}.db
  83. worldname:
  84. generator: PlotGen
  85. worlds:
  86. DungeonMaze:
  87. generator: DungeonMaze
  88. LabyrintheCraft:
  89. generator: DungeonMaze
Advertisement
Add Comment
Please, Sign In to add comment