Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. #
  2. # 0.3.3 is the last version released which didn't put a version number in the config
  3. broadcast_results: true
  4. no_explosions: true
  5. no_building: true
  6. no_creatures: true
  7. no_burning: true
  8. autosave: true
  9. wand_item: air
  10. tick_interval: 1
  11. auto_teleport_on_join: true
  12. auto_teleport_on_start: true
  13. timeout_forfeit: 10 sec
  14. no_pvp: true
  15. teleporting: true
  16. pager:
  17. lines: 0
  18. stake:
  19. max: -1.0
  20. default: 10.0
  21. largeIncrement: 10.0
  22. smallIncrement: 1.0
  23. highlight_last_move: true
  24. auto_delete:
  25. finished: 15 sec
  26. not_started: 1 min 30 sec
  27. running: 1 days
  28. open_invite_cooldown: 3 mins
  29. no_monster_damage: true
  30. no_misc_damage: true
  31. no_monster_attacks: true
  32. ai:
  33. max_ai_games: 3
  34. min_move_wait: 1
  35. name_format: '[AI]<NAME>'
  36. use_opening_book: true
  37. lose_on_fail: false
  38. locale: default
  39. ladder:
  40. initial_position: 1000
  41. league:
  42. win_points: 2
  43. draw_points: 1
  44. loss_points: 0
  45. autostart: true
  46. time_control:
  47. default: true
  48. warn_seconds: 20
  49. designer:
  50. auto_load: true
  51. effects:
  52. piece_captured: explosion
  53. piece_selected: sound,name=note_sticks
  54. piece_unselected: sound,name=note_bass
  55. piece_moved: sound,name=item_pickup
  56. check: sound,name=orb_pickup
  57. game_lost: sound,name=enderman_death
  58. game_won: sound,name=level_up
  59. teleport_out: effect,name=smoke,data=4
  60. teleport_in: effect,name=ender_signal
  61. piece_riding: true
  62. volume: 1.0
  63. log_level: INFO
  64. mcstats: true
  65. flying:
  66. allowed: true
  67. captive: true
  68. auto: false
  69. upper_limit: 50
  70. outer_limit: 25
  71. fly_speed: 0.2
  72. walk_speed: 0.2
  73. database:
  74. driver: sqlite
  75. host: localhost
  76. user: chesscraft
  77. password: chesscraft
  78. port: 3306
  79. name: chesscraft
  80. table_prefix: chesscraft_
  81. results:
  82. pgn_db: true
  83. dynmap:
  84. enabled: true
  85. hide_by_default: false
  86. min_zoom: 0
  87. layer_priority: 1
  88. verbose: false
  89. coloured_console: true
  90. version: 2.4.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement