Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 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. custom_schematic: false
  22. custom_schematic_seed: OBSIDIAN
  23. custom_creeper_id: BEACON
  24. use_block_stack: false
  25. use_clay: false
  26. count: 0
  27. sky_biome: true
  28. area: none
  29. police_box:
  30. default_preset: NEW
  31. name_tardis: false
  32. wall_id: 35
  33. wall_data: 11
  34. tardis_lamp: 50
  35. platform_id: 35
  36. platform_data: 8
  37. materialise: true
  38. confirm_timeout: 15
  39. sign_colour: WHITE
  40. set_biome: true
  41. rebuild_cooldown: 10000
  42. travel:
  43. include_default_world: false
  44. tp_radius: 500
  45. chameleon: true
  46. give_key: false
  47. the_end: false
  48. nether: false
  49. terminal:
  50. redefine: false
  51. nether: world
  52. the_end: world
  53. land_on_water: true
  54. timeout: 5
  55. timeout_height: 135
  56. random_attempts: 30
  57. exile: false
  58. per_world_perms: false
  59. terminal_step: 1
  60. manual_flight_delay: 60
  61. grace_period: 10
  62. random_circuit:
  63. x: 5000
  64. z: 5000
  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: hard
  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. no_creative_condense: false
  96. vortex_fall: kill
  97. desktop:
  98. check_blocks_before_upgrade: false
  99. block_change_percent: 25
  100. circuits:
  101. damage: false
  102. uses:
  103. ars: 20
  104. chameleon: 25
  105. input: 50
  106. invisibility: 5
  107. materialisation: 50
  108. memory: 20
  109. randomiser: 50
  110. scanner: 20
  111. temporal: 20
  112. allow:
  113. mob_farming: true
  114. spawn_eggs: true
  115. emergency_npc: false
  116. achievements: true
  117. autonomous: true
  118. guardians: false
  119. hads: true
  120. invisibility: true
  121. tp_switch: true
  122. all_blocks: false
  123. sfx: true
  124. wg_flag_set: true
  125. zero_room: false
  126. external_gravity: false
  127. power_down: false
  128. power_down_on_quit: false
  129. player_difficulty: true
  130. 3d_doors: false
  131. village_travel: false
  132. perception_filter: true
  133. growth:
  134. gravity_max_distance: 15
  135. gravity_max_velocity: 5
  136. return_room_seed: true
  137. rooms_require_blocks: false
  138. rooms_condenser_percent: 100
  139. room_speed: 4
  140. ars_limit: 1
  141. arch:
  142. enabled: true
  143. min_time: 20
  144. switch_inventory: true
  145. clear_inv_on_death: false
  146. siege:
  147. enabled: true
  148. breeding: 0
  149. growth: 0
  150. butcher: false
  151. creeper: false
  152. healing: false
  153. texture: false
  154. junk:
  155. enabled: true
  156. return: -1
  157. particles: true
  158. conversions:
  159. biome_update: true
  160. conversion_done: true
  161. location_conversion_done: true
  162. uuid_conversion_done: true
  163. companion_clearing_done: true
  164. condenser_done: true
  165. lastknownname_conversion_done: true
  166. rechargers: {}
  167. worlds:
  168. world: true
  169. world_nether: true
  170. world_the_end: true
  171. Creative: true
  172. Factions: true
  173. plotworld: true
  174. World2: true
  175. Survival: true
  176. TARDIS_TimeVortex: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement