Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. # config file
  2. debug: false
  3. storage:
  4. database: sqlite
  5. mysql:
  6. url: mysql://localhost:3306/TARDIS
  7. user: bukkit
  8. password: mysecurepassword
  9. prefix: ''
  10. creation:
  11. create_worlds: true
  12. create_worlds_with_perms: true
  13. default_world: false
  14. default_world_name: TARDIS_TimeVortex
  15. tips_limit: 400
  16. border_radius: 256
  17. gamemode: survival
  18. keep_night: true
  19. inventory_group: 0
  20. add_perms: true
  21. enable_legacy: true
  22. custom_schematic: false
  23. custom_schematic_seed: OBSIDIAN
  24. custom_creeper_id: BEACON
  25. use_block_stack: false
  26. use_clay: WOOL
  27. count: 0
  28. sky_biome: true
  29. area: none
  30. police_box:
  31. default_preset: FACTORY
  32. name_tardis: false
  33. wall_id: 35
  34. wall_data: 11
  35. tardis_lamp: REDSTONE_LAMP_OFF
  36. materialise: true
  37. confirm_timeout: 15
  38. sign_colour: WHITE
  39. set_biome: true
  40. rebuild_cooldown: 10000
  41. travel:
  42. include_default_world: false
  43. tp_radius: 500
  44. max_distance: 29999983
  45. give_key: false
  46. the_end: false
  47. nether: false
  48. terminal:
  49. redefine: false
  50. nether: world
  51. the_end: world
  52. land_on_water: true
  53. timeout: 5
  54. timeout_height: 135
  55. random_attempts: 30
  56. exile: false
  57. per_world_perms: false
  58. terminal_step: 1
  59. manual_flight_delay: 60
  60. grace_period: 10
  61. random_circuit:
  62. x: 5000
  63. z: 5000
  64. no_destination_malfunctions: true
  65. preferences:
  66. language: en
  67. key: GOLD_NUGGET
  68. walk_in_tardis: true
  69. open_door_policy: false
  70. use_worldguard: true
  71. respect_worldguard: build
  72. respect_towny: nation
  73. respect_worldborder: true
  74. respect_factions: true
  75. respect_grief_prevention: true
  76. sfx_volume: 10
  77. difficulty: easy
  78. strike_lightning: true
  79. freeze_cooldown: 60
  80. hads_damage: 10
  81. hads_distance: 10
  82. malfunction: 3
  83. malfunction_end: 3
  84. malfunction_nether: 3
  85. use_default_condensables: true
  86. heal_speed: 200
  87. default_key: eleventh
  88. default_sonic: eleventh
  89. wand: BONE
  90. nerf_pistons:
  91. enabled: false
  92. only_tardis_worlds: true
  93. render_entities: false
  94. spawn_random_monsters: true
  95. spawn_limit: 10
  96. no_coords: false
  97. no_creative_condense: false
  98. vortex_fall: kill
  99. desktop:
  100. check_blocks_before_upgrade: false
  101. block_change_percent: 25
  102. circuits:
  103. damage: false
  104. uses:
  105. ars: 20
  106. chameleon: 25
  107. input: 50
  108. invisibility: 5
  109. materialisation: 50
  110. memory: 20
  111. randomiser: 50
  112. scanner: 20
  113. temporal: 20
  114. allow:
  115. mob_farming: true
  116. spawn_eggs: true
  117. emergency_npc: false
  118. achievements: true
  119. autonomous: true
  120. guardians: false
  121. hads: true
  122. invisibility: true
  123. tp_switch: true
  124. all_blocks: false
  125. sfx: true
  126. wg_flag_set: true
  127. zero_room: false
  128. external_gravity: false
  129. power_down: true
  130. power_down_on_quit: false
  131. player_difficulty: true
  132. 3d_doors: false
  133. village_travel: false
  134. perception_filter: true
  135. repair: true
  136. growth:
  137. gravity_max_distance: 15
  138. gravity_max_velocity: 5
  139. return_room_seed: true
  140. rooms_require_blocks: false
  141. rooms_condenser_percent: 100
  142. room_speed: 4
  143. ars_limit: 1
  144. arch:
  145. enabled: true
  146. min_time: 20
  147. switch_inventory: true
  148. clear_inv_on_death: false
  149. siege:
  150. enabled: true
  151. breeding: 0
  152. growth: 0
  153. butcher: false
  154. creeper: false
  155. healing: false
  156. texture: false
  157. junk:
  158. enabled: true
  159. return: -1
  160. particles: true
  161. abandon:
  162. enabled: true
  163. reduce_count: true
  164. archive:
  165. enabled: true
  166. limit: 3
  167. conversions:
  168. biome_update: true
  169. conversion_done: true
  170. location_conversion_done: true
  171. uuid_conversion_done: true
  172. companion_clearing_done: true
  173. condenser_done: true
  174. lastknownname_conversion_done: true
  175. constructs_done: true
  176. rechargers: {}
  177. worlds:
  178. world: true
  179. world_nether: true
  180. world_the_end: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement