Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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: false
  12. create_worlds_with_perms: false
  13. default_world: true
  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. preferences:
  42. language: en
  43. key: GOLD_NUGGET
  44. walk_in_tardis: true
  45. open_door_policy: false
  46. use_worldguard: true
  47. respect_worldguard: build
  48. respect_towny: nation
  49. respect_worldborder: true
  50. respect_factions: true
  51. respect_grief_prevention: true
  52. sfx_volume: 10
  53. difficulty: hard
  54. strike_lightning: true
  55. freeze_cooldown: 60
  56. hads_damage: 10
  57. hads_distance: 10
  58. malfunction: 3
  59. malfunction_end: 3
  60. malfunction_nether: 3
  61. use_default_condensables: true
  62. heal_speed: 200
  63. default_key: eleventh
  64. default_sonic: eleventh
  65. wand: BONE
  66. nerf_pistons:
  67. enabled: false
  68. only_tardis_worlds: true
  69. render_entities: false
  70. spawn_random_monsters: true
  71. spawn_limit: 10
  72. no_creative_condense: false
  73. vortex_fall: kill
  74. desktop:
  75. check_blocks_before_upgrade: false
  76. block_change_percent: 25
  77. circuits:
  78. damage: false
  79. uses:
  80. ars: 20
  81. chameleon: 25
  82. input: 50
  83. invisibility: 5
  84. materialisation: 50
  85. memory: 20
  86. randomiser: 50
  87. scanner: 20
  88. temporal: 20
  89. allow:
  90. mob_farming: true
  91. spawn_eggs: true
  92. emergency_npc: true
  93. achievements: true
  94. autonomous: true
  95. guardians: false
  96. hads: true
  97. invisibility: true
  98. tp_switch: true
  99. all_blocks: false
  100. sfx: true
  101. wg_flag_set: true
  102. zero_room: false
  103. external_gravity: false
  104. power_down: true
  105. power_down_on_quit: false
  106. player_difficulty: true
  107. 3d_doors: false
  108. village_travel: false
  109. perception_filter: true
  110. repair: true
  111. growth:
  112. gravity_max_distance: 15
  113. gravity_max_velocity: 5
  114. return_room_seed: true
  115. rooms_require_blocks: false
  116. rooms_condenser_percent: 100
  117. room_speed: 4
  118. ars_limit: 1
  119. arch:
  120. enabled: true
  121. min_time: 20
  122. switch_inventory: true
  123. clear_inv_on_death: false
  124. siege:
  125. enabled: true
  126. breeding: 0
  127. growth: 0
  128. butcher: false
  129. creeper: false
  130. healing: false
  131. texture: false
  132. junk:
  133. enabled: true
  134. return: -1
  135. particles: true
  136. abandon:
  137. enabled: true
  138. reduce_count: true
  139. archive:
  140. enabled: true
  141. limit: 3
  142. conversions:
  143. biome_update: false
  144. conversion_done: true
  145. location_conversion_done: true
  146. uuid_conversion_done: false
  147. companion_clearing_done: false
  148. condenser_done: false
  149. lastknownname_conversion_done: false
  150. constructs_done: true
  151. rechargers: {}
  152. worlds:
  153. world: true
  154. world_nether: true
  155. world_the_end: true
  156. Gallifrey: true
  157. TARDIS_TimeVortex: true
  158. travel:
  159. terminal:
  160. redefine: false
  161. the_end: world
  162. nether: world
  163. land_on_water: true
  164. no_destination_malfunctions: true
  165. include_default_world: false
  166. exile: false
  167. give_key: false
  168. the_end: false
  169. per_world_perms: false
  170. nether: false
  171. max_distance: 29999983
  172. terminal_step: 1
  173. random_circuit:
  174. x: 5000
  175. z: 5000
  176. timeout_height: 135
  177. grace_period: 10
  178. manual_flight_delay: 60
  179. timeout: 5
  180. tp_radius: 500
  181. random_attempts: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement