Вопрос [Решено] Мир сильно нагружает сервер

Limon_MineDel

Разработчик
Пользователь
Сообщения
214
Решения
7
Веб-сайт
limon-minedel.ru
Сервер сильно нагружает мир, онлайн не кого нету. Убирал плагины, мир, всё равно даже нулевой сервер нагружает 4гб оперативки сейчас. Когда начинал разработку сервер без плагинов нагружал максимум 2гб. Делал оптимизацию по You must be logged in to see this link.инструкции
Версия 1.16.5, ядро paper
Код:
java -Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar paper.jar --nogui
 
Сервер сильно нагружает мир, онлайн не кого нету. Убирал плагины, мир, всё равно даже нулевой сервер нагружает 4гб оперативки сейчас. Когда начинал разработку сервер без плагинов нагружал максимум 2гб. Делал оптимизацию по You must be logged in to see this link.инструкции
Версия 1.16.5, ядро paper
Код:
java -Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar paper.jar --nogui
удалить мир не пробовал?
 
список плагинов? настройки paper.yml spigot.yml
Код:
# This is the main configuration file for Paper.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
#
# If you need help with the configuration or have any questions related to Paper,
# join us in our Discord or IRC channel.
#
# Discord: https://discord.gg/papermc
# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper )
# Website: https://papermc.io/
# Docs: https://paper.readthedocs.org/

verbose: false
use-display-name-in-quit-message: false
config-version: 20
settings:
  lag-compensate-block-breaking: true
  send-full-pos-for-hard-colliding-entities: true
  log-player-ip-addresses: true
  fix-entity-position-desync: true
  load-permissions-yml-before-plugins: true
  player-auto-save-rate: -1
  max-player-auto-save-per-tick: -1
  incoming-packet-spam-threshold: 300
  console-has-all-permissions: false
  track-plugin-scoreboards: false
  region-file-cache-size: 256
  suggest-player-names-when-null-tab-completions: true
  bungee-online-mode: true
  max-joins-per-tick: 1
  chunk-tasks-per-tick: 1000
  enable-player-collisions: true
  save-empty-scoreboard-teams: false
  use-alternative-luck-formula: true
  unsupported-settings:
    perform-username-validation: true
    allow-permanent-block-break-exploits: false
    allow-piston-duplication: false
    allow-headless-pistons: false
    allow-permanent-block-break-exploits-readme: This setting controls if players
      should be able to break bedrock, end portals and other intended to be permanent
      blocks.
    allow-piston-duplication-readme: This setting controls if player should be able
      to use TNT duplication, but this also allows duplicating carpet, rails and potentially
      other items
    allow-headless-pistons-readme: This setting controls if players should be able
      to create headless pistons.
  spam-limiter:
    recipe-spam-increment: 1
    recipe-spam-limit: 20
    tab-spam-increment: 1
    tab-spam-limit: 500
  watchdog:
    early-warning-every: 5000
    early-warning-delay: 10000
  item-validation:
    display-name: 8192
    loc-name: 8192
    lore-line: 8192
    book:
      title: 8192
      author: 8192
      page: 16384
  velocity-support:
    enabled: true
    online-mode: false
    secret: ключ
  book-size:
    page-max: 2560
    total-multiplier: 0.98
  console:
    enable-brigadier-highlighting: true
    enable-brigadier-completions: true
  async-chunks:
    threads: -1
  use-display-name-in-quit-message: false
  loggers:
    deobfuscate-stacktraces: true
  chunk-loading:
    min-load-radius: 2
    max-concurrent-sends: 2
    autoconfig-send-distance: true
    target-player-chunk-send-rate: 100.0
    global-max-chunk-send-rate: -1.0
    enable-frustum-priority: false
    global-max-chunk-load-rate: -1.0
    player-max-concurrent-loads: 4.0
    global-max-concurrent-loads: 500.0
  packet-limiter:
    kick-message: '&cSent too many packets'
    limits:
      all:
        interval: 7.0
        max-packet-rate: 500.0
      PacketPlayInAutoRecipe:
        interval: 4.0
        max-packet-rate: 5.0
        action: DROP
timings:
  really-enabled: false
  url: https://timings.aikar.co/
  enabled: false
  verbose: false
  server-name-privacy: false
  hidden-config-entries:
  - database
  - settings.bungeecord-addresses
  - settings.velocity-support.secret
  - web-services.token
  - settings.seed
  - settings.seed.dungeon
  - settings.seed.end-spike
  - server-ip
  history-interval: 300
  history-length: 3600
  server-name: DesigMine
messages:
  no-permission: '&d&lDesig&5&lMine &6>>&с&lУ вас нет прав!'
  kick:
    connection-throttle: Connection throttled! Please wait before reconnecting.
    flying-player: Flying is not enabled on this server
    flying-vehicle: Flying is not enabled on this server
    authentication-servers-down: ''
world-settings:
  default:
    piglins-guard-chests: true
    map-item-frame-cursor-update-interval: 10
    allow-player-cramming-damage: false
    split-overstacked-loot: true
    grass-spread-tick-rate: 1
    nether-ceiling-void-damage-height: 0
    allow-non-player-entities-on-scoreboards: false
    parrots-are-unaffected-by-player-movement: false
    fix-climbing-bypassing-cramming-rule: false
    disable-explosion-knockback: false
    container-update-tick-rate: 1
    fix-items-merging-through-walls: false
    armor-stands-do-collision-entity-lookups: true
    skeleton-horse-thunder-spawn-chance: 0.01
    disable-thunder: false
    disable-ice-and-snow: false
    keep-spawn-loaded-range: 10
    prevent-tnt-from-moving-in-water: false
    iron-golems-can-spawn-in-air: false
    seed-based-feature-search: true
    seed-based-feature-search-loads-chunks: true
    water-over-lava-flow-speed: 5
    use-faster-eigencraft-redstone: false
    only-players-collide: false
    allow-vehicle-collisions: true
    portal-search-radius: 128
    portal-create-radius: 16
    portal-search-vanilla-dimension-scaling: true
    keep-spawn-loaded: true
    max-leash-distance: 10.0
    mob-spawner-tick-rate: 1
    enable-treasure-maps: true
    treasure-maps-return-already-discovered: false
    optimize-explosions: false
    fixed-chunk-inhabited-time: -1
    should-remove-dragon: false
    remove-corrupt-tile-entities: false
    experience-merge-max-value: -1
    per-player-mob-spawns: true
    falling-block-height-nerf: 0
    tnt-entity-height-nerf: 0
    max-entity-collisions: 8
    phantoms-do-not-spawn-on-creative-players: true
    phantoms-only-attack-insomniacs: true
    fix-wither-targeting-bug: false
    light-queue-size: 20
    auto-save-interval: -1
    delay-chunk-unloads-by: 10s
    prevent-moving-into-unloaded-chunks: false
    use-vanilla-world-scoreboard-name-coloring: false
    baby-zombie-movement-modifier: 0.5
    count-all-mobs-for-spawning: false
    max-auto-save-chunks-per-tick: 24
    filter-nbt-data-from-spawn-eggs-and-related: true
    disable-creeper-lingering-effect: false
    duplicate-uuid-resolver: saferegen
    duplicate-uuid-saferegen-delete-range: 32
    update-pathfinding-on-block-update: true
    show-sign-click-command-failure-msgs-to-player: false
    map-item-frame-cursor-limit: 128
    armor-stands-tick: true
    disable-teleportation-suffocation-check: false
    ender-dragons-death-always-places-dragon-egg: false
    allow-using-signs-inside-spawn-protection: false
    non-player-arrow-despawn-rate: -1
    creative-arrow-despawn-rate: -1
    spawner-nerfed-mobs-should-jump: false
    entities-target-with-follow-range: false
    zombies-target-turtle-eggs: true
    zombie-villager-infection-chance: -1.0
    all-chunks-are-slime-chunks: false
    generator-settings:
      flat-bedrock: false
    game-mechanics:
      disable-sprint-interruption-on-attack: false
      shield-blocking-delay: 5
      disable-unloaded-chunk-enderpearl-exploit: true
      disable-relative-projectile-velocity: false
      disable-chest-cat-detection: false
      nerf-pigmen-from-nether-portals: false
      disable-player-crits: false
      disable-end-credits: false
      fix-curing-zombie-villager-discount-exploit: true
      disable-pillager-patrols: false
      scan-for-legacy-ender-dragon: true
      disable-mob-spawner-spawn-egg-transformation: false
      pillager-patrols:
        spawn-chance: 0.2
        spawn-delay:
          per-player: false
          ticks: 12000
        start:
          per-player: false
          day: 5
    viewdistances:
      no-tick-view-distance: -1
    anti-xray:
      max-block-height: 64
      enabled: false
      engine-mode: 1
      max-chunk-section-index: 3
      update-radius: 2
      lava-obscures: false
      use-permission: false
      hidden-blocks:
      - gold_ore
      - iron_ore
      - coal_ore
      - lapis_ore
      - mossy_cobblestone
      - obsidian
      - chest
      - diamond_ore
      - redstone_ore
      - clay
      - emerald_ore
      - ender_chest
      replacement-blocks:
      - stone
      - oak_planks
    max-growth-height:
      cactus: 3
      reeds: 3
      bamboo:
        max: 16
        min: 11
    fishing-time-range:
      MinimumTicks: 100
      MaximumTicks: 600
    frosted-ice:
      enabled: true
      delay:
        min: 20
        max: 40
    despawn-ranges:
      soft: 32
      hard: 128
      monster:
        soft: 32
        hard: 128
      creature:
        soft: 32
        hard: 128
      ambient:
        soft: 32
        hard: 128
      underground_water_creature:
        soft: 32
        hard: 128
      water_creature:
        soft: 32
        hard: 128
      water_ambient:
        soft: 32
        hard: 64
      misc:
        soft: 32
        hard: 128
    lootables:
      auto-replenish: false
      restrict-player-reloot: true
      reset-seed-on-fill: true
      max-refills: -1
      refresh-min: 12h
      refresh-max: 2d
    alt-item-despawn-rate:
      enabled: false
      items:
        COBBLESTONE: 300
    entity-per-chunk-save-limit:
      fireball: -1
      small_fireball: -1
      experience_orb: -1
      snowball: -1
      ender_pearl: -1
      arrow: -1
    lightning-strike-distance-limit:
      sound: -1
      impact-sound: -1
      flash: -1
    hopper:
      ignore-occluding-blocks: true
      cooldown-when-full: true
      disable-move-event: false
    wandering-trader:
      spawn-minute-length: 1200
      spawn-day-length: 24000
      spawn-chance-failure-increment: 25
      spawn-chance-min: 25
      spawn-chance-max: 75
    mobs-can-always-pick-up-loot:
      zombies: false
      skeletons: false
    spawn-limits:
      monsters: -1
      animals: -1
      water-animals: -1
      water-ambient: -1
      monster: -1
      creature: -1
      underground_water_creature: -1
      water_creature: -1
      water_ambient: -1
      ambient: -1
    door-breaking-difficulty:
      zombie:
      - HARD
      vindicator:
      - NORMAL
      - HARD
    squid-spawn-height:
      maximum: 0.0
    unsupported-settings:
      fix-invulnerable-end-crystal-exploit: true
    mob-effects:
      undead-immune-to-certain-effects: true
      spiders-immune-to-poison-effect: true
      immune-to-wither-effect:
        wither: true
        wither-skeleton: true
    tick-rates:
      sensor:
        villager:
          secondarypoisensor: 40
      behavior:
        villager:
          validatenearbypoi: -1
    feature-seeds:
      generate-random-seeds-for-all: false
Код:
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/

config-version: 12
settings:
  log-named-deaths: true
  debug: false
  bungeecord: false
  sample-count: 12
  player-shuffle: 0
  user-cache-size: 1000
  save-user-cache-on-stop-only: false
  moved-wrongly-threshold: 0.0625
  moved-too-quickly-multiplier: 10.0
  log-villager-deaths: true
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
advancements:
  disable-saving: false
  disabled:
  - minecraft:story/disabled
commands:
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
  log: true
  tab-complete: 0
  send-namespaced: true
  spam-exclusions:
  - /skill
  silent-commandblock-console: false
stats:
  disable-saving: false
  forced-stats: {}
players:
  disable-saving: false
world-settings:
  default:
    thunder-chance: 100000
    verbose: false
    dragon-death-sound-radius: 0
    seed-village: 10387312
    seed-desert: 14357617
    seed-igloo: 14357618
    seed-jungle: 14357619
    seed-swamp: 14357620
    seed-monument: 10387313
    seed-shipwreck: 165745295
    seed-ocean: 14357621
    seed-outpost: 165745296
    seed-endcity: 10387313
    seed-slime: 987234911
    seed-bastion: 30084232
    seed-fortress: 30084232
    seed-mansion: 10387319
    seed-fossil: 14357921
    seed-portal: 34222645
    max-tnt-per-tick: 100
    hopper-amount: 1
    enable-zombie-pigmen-portal-spawns: true
    item-despawn-rate: 6000
    view-distance: default
    wither-spawn-sound-radius: 0
    arrow-despawn-rate: 1200
    trident-despawn-rate: 1200
    hanging-tick-frequency: 100
    zombie-aggressive-towards-villager: true
    nerf-spawner-mobs: false
    mob-spawn-range: 8
    end-portal-sound-radius: 0
    max-entity-collisions: 8
    hunger:
      jump-walk-exhaustion: 0.05
      jump-sprint-exhaustion: 0.2
      combat-exhaustion: 0.1
      regen-exhaustion: 6.0
      swim-multiplier: 0.01
      sprint-multiplier: 0.1
      other-multiplier: 0.0
    max-tick-time:
      tile: 50
      entity: 50
    squid-spawn-range:
      min: 45.0
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      beetroot-modifier: 100
      carrot-modifier: 100
      potato-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
      vine-modifier: 100
      cocoa-modifier: 100
      bamboo-modifier: 100
      sweetberry-modifier: 100
      kelp-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      raiders: 48
      misc: 16
      water: 16
      villagers: 32
      flying-monsters: 32
      villagers-work-immunity-after: 100
      villagers-work-immunity-for: 20
      villagers-active-for-panic: true
      tick-inactive-villagers: true
      wake-up-inactive:
        animals-max-per-tick: 4
        animals-every: 1200
        animals-for: 100
        monsters-max-per-tick: 8
        monsters-every: 400
        monsters-for: 100
        villagers-max-per-tick: 4
        villagers-every: 600
        villagers-for: 100
        flying-monsters-max-per-tick: 8
        flying-monsters-every: 200
        flying-monsters-for: 100
    ticks-per:
      hopper-transfer: 8
      hopper-check: 1
    merge-radius:
      exp: 3.0
      item: 2.5
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
  worldeditregentempworld:
    verbose: false
Вам необходимо зарегистрироваться для просмотра изображений-вложений
 
Код:
# This is the main configuration file for Paper.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
#
# If you need help with the configuration or have any questions related to Paper,
# join us in our Discord or IRC channel.
#
# Discord: https://discord.gg/papermc
# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper )
# Website: https://papermc.io/
# Docs: https://paper.readthedocs.org/

verbose: false
use-display-name-in-quit-message: false
config-version: 20
settings:
  lag-compensate-block-breaking: true
  send-full-pos-for-hard-colliding-entities: true
  log-player-ip-addresses: true
  fix-entity-position-desync: true
  load-permissions-yml-before-plugins: true
  player-auto-save-rate: -1
  max-player-auto-save-per-tick: -1
  incoming-packet-spam-threshold: 300
  console-has-all-permissions: false
  track-plugin-scoreboards: false
  region-file-cache-size: 256
  suggest-player-names-when-null-tab-completions: true
  bungee-online-mode: true
  max-joins-per-tick: 1
  chunk-tasks-per-tick: 1000
  enable-player-collisions: true
  save-empty-scoreboard-teams: false
  use-alternative-luck-formula: true
  unsupported-settings:
    perform-username-validation: true
    allow-permanent-block-break-exploits: false
    allow-piston-duplication: false
    allow-headless-pistons: false
    allow-permanent-block-break-exploits-readme: This setting controls if players
      should be able to break bedrock, end portals and other intended to be permanent
      blocks.
    allow-piston-duplication-readme: This setting controls if player should be able
      to use TNT duplication, but this also allows duplicating carpet, rails and potentially
      other items
    allow-headless-pistons-readme: This setting controls if players should be able
      to create headless pistons.
  spam-limiter:
    recipe-spam-increment: 1
    recipe-spam-limit: 20
    tab-spam-increment: 1
    tab-spam-limit: 500
  watchdog:
    early-warning-every: 5000
    early-warning-delay: 10000
  item-validation:
    display-name: 8192
    loc-name: 8192
    lore-line: 8192
    book:
      title: 8192
      author: 8192
      page: 16384
  velocity-support:
    enabled: true
    online-mode: false
    secret: ключ
  book-size:
    page-max: 2560
    total-multiplier: 0.98
  console:
    enable-brigadier-highlighting: true
    enable-brigadier-completions: true
  async-chunks:
    threads: -1
  use-display-name-in-quit-message: false
  loggers:
    deobfuscate-stacktraces: true
  chunk-loading:
    min-load-radius: 2
    max-concurrent-sends: 2
    autoconfig-send-distance: true
    target-player-chunk-send-rate: 100.0
    global-max-chunk-send-rate: -1.0
    enable-frustum-priority: false
    global-max-chunk-load-rate: -1.0
    player-max-concurrent-loads: 4.0
    global-max-concurrent-loads: 500.0
  packet-limiter:
    kick-message: '&cSent too many packets'
    limits:
      all:
        interval: 7.0
        max-packet-rate: 500.0
      PacketPlayInAutoRecipe:
        interval: 4.0
        max-packet-rate: 5.0
        action: DROP
timings:
  really-enabled: false
  url: https://timings.aikar.co/
  enabled: false
  verbose: false
  server-name-privacy: false
  hidden-config-entries:
  - database
  - settings.bungeecord-addresses
  - settings.velocity-support.secret
  - web-services.token
  - settings.seed
  - settings.seed.dungeon
  - settings.seed.end-spike
  - server-ip
  history-interval: 300
  history-length: 3600
  server-name: DesigMine
messages:
  no-permission: '&d&lDesig&5&lMine &6>>&с&lУ вас нет прав!'
  kick:
    connection-throttle: Connection throttled! Please wait before reconnecting.
    flying-player: Flying is not enabled on this server
    flying-vehicle: Flying is not enabled on this server
    authentication-servers-down: ''
world-settings:
  default:
    piglins-guard-chests: true
    map-item-frame-cursor-update-interval: 10
    allow-player-cramming-damage: false
    split-overstacked-loot: true
    grass-spread-tick-rate: 1
    nether-ceiling-void-damage-height: 0
    allow-non-player-entities-on-scoreboards: false
    parrots-are-unaffected-by-player-movement: false
    fix-climbing-bypassing-cramming-rule: false
    disable-explosion-knockback: false
    container-update-tick-rate: 1
    fix-items-merging-through-walls: false
    armor-stands-do-collision-entity-lookups: true
    skeleton-horse-thunder-spawn-chance: 0.01
    disable-thunder: false
    disable-ice-and-snow: false
    keep-spawn-loaded-range: 10
    prevent-tnt-from-moving-in-water: false
    iron-golems-can-spawn-in-air: false
    seed-based-feature-search: true
    seed-based-feature-search-loads-chunks: true
    water-over-lava-flow-speed: 5
    use-faster-eigencraft-redstone: false
    only-players-collide: false
    allow-vehicle-collisions: true
    portal-search-radius: 128
    portal-create-radius: 16
    portal-search-vanilla-dimension-scaling: true
    keep-spawn-loaded: true
    max-leash-distance: 10.0
    mob-spawner-tick-rate: 1
    enable-treasure-maps: true
    treasure-maps-return-already-discovered: false
    optimize-explosions: false
    fixed-chunk-inhabited-time: -1
    should-remove-dragon: false
    remove-corrupt-tile-entities: false
    experience-merge-max-value: -1
    per-player-mob-spawns: true
    falling-block-height-nerf: 0
    tnt-entity-height-nerf: 0
    max-entity-collisions: 8
    phantoms-do-not-spawn-on-creative-players: true
    phantoms-only-attack-insomniacs: true
    fix-wither-targeting-bug: false
    light-queue-size: 20
    auto-save-interval: -1
    delay-chunk-unloads-by: 10s
    prevent-moving-into-unloaded-chunks: false
    use-vanilla-world-scoreboard-name-coloring: false
    baby-zombie-movement-modifier: 0.5
    count-all-mobs-for-spawning: false
    max-auto-save-chunks-per-tick: 24
    filter-nbt-data-from-spawn-eggs-and-related: true
    disable-creeper-lingering-effect: false
    duplicate-uuid-resolver: saferegen
    duplicate-uuid-saferegen-delete-range: 32
    update-pathfinding-on-block-update: true
    show-sign-click-command-failure-msgs-to-player: false
    map-item-frame-cursor-limit: 128
    armor-stands-tick: true
    disable-teleportation-suffocation-check: false
    ender-dragons-death-always-places-dragon-egg: false
    allow-using-signs-inside-spawn-protection: false
    non-player-arrow-despawn-rate: -1
    creative-arrow-despawn-rate: -1
    spawner-nerfed-mobs-should-jump: false
    entities-target-with-follow-range: false
    zombies-target-turtle-eggs: true
    zombie-villager-infection-chance: -1.0
    all-chunks-are-slime-chunks: false
    generator-settings:
      flat-bedrock: false
    game-mechanics:
      disable-sprint-interruption-on-attack: false
      shield-blocking-delay: 5
      disable-unloaded-chunk-enderpearl-exploit: true
      disable-relative-projectile-velocity: false
      disable-chest-cat-detection: false
      nerf-pigmen-from-nether-portals: false
      disable-player-crits: false
      disable-end-credits: false
      fix-curing-zombie-villager-discount-exploit: true
      disable-pillager-patrols: false
      scan-for-legacy-ender-dragon: true
      disable-mob-spawner-spawn-egg-transformation: false
      pillager-patrols:
        spawn-chance: 0.2
        spawn-delay:
          per-player: false
          ticks: 12000
        start:
          per-player: false
          day: 5
    viewdistances:
      no-tick-view-distance: -1
    anti-xray:
      max-block-height: 64
      enabled: false
      engine-mode: 1
      max-chunk-section-index: 3
      update-radius: 2
      lava-obscures: false
      use-permission: false
      hidden-blocks:
      - gold_ore
      - iron_ore
      - coal_ore
      - lapis_ore
      - mossy_cobblestone
      - obsidian
      - chest
      - diamond_ore
      - redstone_ore
      - clay
      - emerald_ore
      - ender_chest
      replacement-blocks:
      - stone
      - oak_planks
    max-growth-height:
      cactus: 3
      reeds: 3
      bamboo:
        max: 16
        min: 11
    fishing-time-range:
      MinimumTicks: 100
      MaximumTicks: 600
    frosted-ice:
      enabled: true
      delay:
        min: 20
        max: 40
    despawn-ranges:
      soft: 32
      hard: 128
      monster:
        soft: 32
        hard: 128
      creature:
        soft: 32
        hard: 128
      ambient:
        soft: 32
        hard: 128
      underground_water_creature:
        soft: 32
        hard: 128
      water_creature:
        soft: 32
        hard: 128
      water_ambient:
        soft: 32
        hard: 64
      misc:
        soft: 32
        hard: 128
    lootables:
      auto-replenish: false
      restrict-player-reloot: true
      reset-seed-on-fill: true
      max-refills: -1
      refresh-min: 12h
      refresh-max: 2d
    alt-item-despawn-rate:
      enabled: false
      items:
        COBBLESTONE: 300
    entity-per-chunk-save-limit:
      fireball: -1
      small_fireball: -1
      experience_orb: -1
      snowball: -1
      ender_pearl: -1
      arrow: -1
    lightning-strike-distance-limit:
      sound: -1
      impact-sound: -1
      flash: -1
    hopper:
      ignore-occluding-blocks: true
      cooldown-when-full: true
      disable-move-event: false
    wandering-trader:
      spawn-minute-length: 1200
      spawn-day-length: 24000
      spawn-chance-failure-increment: 25
      spawn-chance-min: 25
      spawn-chance-max: 75
    mobs-can-always-pick-up-loot:
      zombies: false
      skeletons: false
    spawn-limits:
      monsters: -1
      animals: -1
      water-animals: -1
      water-ambient: -1
      monster: -1
      creature: -1
      underground_water_creature: -1
      water_creature: -1
      water_ambient: -1
      ambient: -1
    door-breaking-difficulty:
      zombie:
      - HARD
      vindicator:
      - NORMAL
      - HARD
    squid-spawn-height:
      maximum: 0.0
    unsupported-settings:
      fix-invulnerable-end-crystal-exploit: true
    mob-effects:
      undead-immune-to-certain-effects: true
      spiders-immune-to-poison-effect: true
      immune-to-wither-effect:
        wither: true
        wither-skeleton: true
    tick-rates:
      sensor:
        villager:
          secondarypoisensor: 40
      behavior:
        villager:
          validatenearbypoi: -1
    feature-seeds:
      generate-random-seeds-for-all: false
Код:
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/

config-version: 12
settings:
  log-named-deaths: true
  debug: false
  bungeecord: false
  sample-count: 12
  player-shuffle: 0
  user-cache-size: 1000
  save-user-cache-on-stop-only: false
  moved-wrongly-threshold: 0.0625
  moved-too-quickly-multiplier: 10.0
  log-villager-deaths: true
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
advancements:
  disable-saving: false
  disabled:
  - minecraft:story/disabled
commands:
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
  log: true
  tab-complete: 0
  send-namespaced: true
  spam-exclusions:
  - /skill
  silent-commandblock-console: false
stats:
  disable-saving: false
  forced-stats: {}
players:
  disable-saving: false
world-settings:
  default:
    thunder-chance: 100000
    verbose: false
    dragon-death-sound-radius: 0
    seed-village: 10387312
    seed-desert: 14357617
    seed-igloo: 14357618
    seed-jungle: 14357619
    seed-swamp: 14357620
    seed-monument: 10387313
    seed-shipwreck: 165745295
    seed-ocean: 14357621
    seed-outpost: 165745296
    seed-endcity: 10387313
    seed-slime: 987234911
    seed-bastion: 30084232
    seed-fortress: 30084232
    seed-mansion: 10387319
    seed-fossil: 14357921
    seed-portal: 34222645
    max-tnt-per-tick: 100
    hopper-amount: 1
    enable-zombie-pigmen-portal-spawns: true
    item-despawn-rate: 6000
    view-distance: default
    wither-spawn-sound-radius: 0
    arrow-despawn-rate: 1200
    trident-despawn-rate: 1200
    hanging-tick-frequency: 100
    zombie-aggressive-towards-villager: true
    nerf-spawner-mobs: false
    mob-spawn-range: 8
    end-portal-sound-radius: 0
    max-entity-collisions: 8
    hunger:
      jump-walk-exhaustion: 0.05
      jump-sprint-exhaustion: 0.2
      combat-exhaustion: 0.1
      regen-exhaustion: 6.0
      swim-multiplier: 0.01
      sprint-multiplier: 0.1
      other-multiplier: 0.0
    max-tick-time:
      tile: 50
      entity: 50
    squid-spawn-range:
      min: 45.0
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      beetroot-modifier: 100
      carrot-modifier: 100
      potato-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
      vine-modifier: 100
      cocoa-modifier: 100
      bamboo-modifier: 100
      sweetberry-modifier: 100
      kelp-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      raiders: 48
      misc: 16
      water: 16
      villagers: 32
      flying-monsters: 32
      villagers-work-immunity-after: 100
      villagers-work-immunity-for: 20
      villagers-active-for-panic: true
      tick-inactive-villagers: true
      wake-up-inactive:
        animals-max-per-tick: 4
        animals-every: 1200
        animals-for: 100
        monsters-max-per-tick: 8
        monsters-every: 400
        monsters-for: 100
        villagers-max-per-tick: 4
        villagers-every: 600
        villagers-for: 100
        flying-monsters-max-per-tick: 8
        flying-monsters-every: 200
        flying-monsters-for: 100
    ticks-per:
      hopper-transfer: 8
      hopper-check: 1
    merge-radius:
      exp: 3.0
      item: 2.5
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
  worldeditregentempworld:
    verbose: false
Вам необходимо зарегистрироваться для просмотра изображений-вложений
You must be logged in to see this link.
 
Сервер открылся и теперь пошла нагрузка BukkitSheduler и doTick Тайминги
Minecraft::Bukkit Scheduler из-за твоего плагина (уж не знаем, что ты там понаписал), а нагрузка Minecraft::world - doTick потому что процессор не вывозит обработку сущностей, значит, режь их количество и радиус активации
 
Назад
Сверху Снизу