Advertisement
CubyGC

Untitled

Jun 2nd, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. # -------------------------------------------------
  2. #
  3. # This is the configuration of iSpigot 2.1.
  4. # For thread.thread_types, you have these options
  5. # - EXECUTOR - Use executor to run directly
  6. # - SCHEDULED_EXECUTOR - Use executor to execute with scheduler ticking
  7. # - JAVA_THREAD - Use java thread to run
  8. # Author: LeeGod and Scalebound
  9. #
  10. # -------------------------------------------------
  11.  
  12. misc:
  13. weather_changes: false
  14. spawn_endermite: false
  15. old_enchanting: true
  16. use_higher_durability: false
  17. show_hidden_player_in_tablist: false
  18. integer_health_criteria: false
  19. keep_alive_packet_frequency: 47
  20. save_player_data: true
  21. cached_player_data: true
  22. instant_respawn: true
  23. update_ping_in_tablist: true
  24. debug_mode: false
  25. profiler_write_to_file: false
  26. block_hit_mechanics: true
  27. disableEntityTracking: false
  28. detailed_auto_saving_log: false
  29. damage_tick_fix: false
  30. reach_event_enabled: false
  31. asynchronous:
  32. world: false
  33. hit_detection: true
  34. entity_tracking: true
  35. tile_entity_ticking: false
  36. entity_ticking: false
  37. tile_entities_ticking: false
  38. potion_movement: true
  39. ticking_entities: true
  40. anti_crash:
  41. armorstand_crash_fix: true
  42. thread:
  43. better_post_to_sync: false
  44. post_player_action_to_world_thread: false
  45. amount:
  46. entity_tracking: 4
  47. path_search: 2
  48. world_management: 8
  49. tile_entity_tick: 4
  50. entity_tick: 4
  51. thread_type:
  52. hit_detection: JAVA_THREAD
  53. potion_movement: JAVA_THREAD
  54. command:
  55. ping_command: true
  56. cpu_information_in_tps_command: true
  57. blocked_server_reload_command: true
  58. knockback_aliases:
  59. - kb
  60. cannons:
  61. break_obsidian: false
  62. cannon_left_shooting: true
  63. hide_tnt_entities: true
  64. timings:
  65. movement_handler: true
  66. packet_handler: true
  67. performance:
  68. infinite_water_source: true
  69. use_playerMoveEvent: false
  70. block_operations: true
  71. do_chunk_unload: true
  72. enable_mobAI: true
  73. disable_entity_collisions: true
  74. disable_load_nearby: false
  75. load_chunk_before_teleport: false
  76. do_footstep_sound: true
  77. minimize_packets: false
  78. better_eigencraft_redstone: true
  79. only_tick_chunk_when_player_inside: false
  80. queue_light_updates: true
  81. non_blocking_data_watcher: false
  82. hide_falling_block: false
  83. falling_block:
  84. block_change_event: true
  85. hide_falling_block: false
  86. events:
  87. left_click_air: true
  88. left_click_block: true
  89. player_reach: false
  90. explosion:
  91. breakBlocks: true
  92. clear_drop_block_items: true
  93. show_explosion_effects: true
  94. optimize_liquid_explosions: true
  95. optimization:
  96. enabled: true
  97. typeA: true
  98. typeB: true
  99. typeC: true
  100. typeD: true
  101. protocols:
  102. versions:
  103. modern_1_9_support: true
  104. legacy_1_7_support: true
  105. replace_1_7_title_to_chat: true
  106. blocked_1_8_entities_spawning: true
  107. disable_1_8_stone_generation: true
  108. reference_count_fix: true
  109. pearl:
  110. taliban: false
  111. through_fence_gate: false
  112. through_tripwire: false
  113. glitch_fix: true
  114. prevent_suffocation: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement