Advertisement
Guest User

configTARDIS

a guest
Aug 12th, 2017
95
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: 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: 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. spawn_limit: 10
  96. no_creative_condense: false
  97. vortex_fall: kill
  98. desktop:
  99. check_blocks_before_upgrade: false
  100. block_change_percent: 25
  101. circuits:
  102. damage: false
  103. uses:
  104. ars: 20
  105. chameleon: 25
  106. input: 50
  107. invisibility: 5
  108. materialisation: 50
  109. memory: 20
  110. randomiser: 50
  111. scanner: 20
  112. temporal: 20
  113. allow:
  114. mob_farming: true
  115. spawn_eggs: true
  116. emergency_npc: false
  117. achievements: true
  118. autonomous: true
  119. guardians: false
  120. hads: true
  121. invisibility: true
  122. tp_switch: true
  123. all_blocks: false
  124. sfx: true
  125. wg_flag_set: true
  126. zero_room: false
  127. external_gravity: false
  128. power_down: true
  129. power_down_on_quit: false
  130. player_difficulty: true
  131. 3d_doors: false
  132. village_travel: false
  133. perception_filter: true
  134. repair: true
  135. growth:
  136. gravity_max_distance: 15
  137. gravity_max_velocity: 5
  138. return_room_seed: true
  139. rooms_require_blocks: false
  140. rooms_condenser_percent: 100
  141. room_speed: 4
  142. ars_limit: 1
  143. arch:
  144. enabled: true
  145. min_time: 20
  146. switch_inventory: true
  147. clear_inv_on_death: false
  148. siege:
  149. enabled: true
  150. breeding: 0
  151. growth: 0
  152. butcher: false
  153. creeper: false
  154. healing: false
  155. texture: false
  156. junk:
  157. enabled: true
  158. return: -1
  159. particles: true
  160. abandon:
  161. enabled: true
  162. reduce_count: true
  163. archive:
  164. enabled: true
  165. limit: 3
  166. conversions:
  167. biome_update: true
  168. conversion_done: true
  169. location_conversion_done: true
  170. uuid_conversion_done: true
  171. companion_clearing_done: true
  172. condenser_done: true
  173. lastknownname_conversion_done: true
  174. constructs_done: true
  175. rechargers: {}
  176. worlds:
  177. world: true
  178. world_nether: true
  179. world_the_end: true
  180. Chaos_Realm: true
  181. Mobs: true
  182. TestWorld: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement