1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Решено Не спавнятся Враждебные мобы

Тема в разделе "Помощь", создана пользователем rerolf, 25 июл 2021.

  1. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    Я какая то вездесущая проблема. Не спавнятся враждебные мобы на сервере.
    Версия Minecraft 1.16.5 ядро tuinity последнее обновление на этой версии.
    прилагаю список плагинов. Вероятно либо после установки BungeeCord либо после установки LagAssist полетели какие то настройки. Подозрения на LagAssist так как там есть оптимизация спавнеров и естественного спавна мобов. LagAssist уже удалил вместе с папкой и сервер перезагружал. в server.properties проверял настройки, в bukkit.yml тоже. Поставил флаги в World guard на mob spawn allow. снес и заново поставил сложность игры. смотрел конфиги essentials спавн. Все везде разрешено. upload_2021-7-25_18-0-20.png
    #Minecraft server properties
    #Sun Jul 25 17:31:22 MSK 2021
    enable-jmx-monitoring=false
    rcon.port=25575
    level-seed=
    gamemode=survival
    enable-command-block=false
    enable-query=false
    generator-settings=
    level-name=world
    motd=A Minecraft Server
    query.port=25565
    pvp=true
    generate-structures=true
    difficulty=hard
    network-compression-threshold=256
    max-tick-time=60000
    max-players=30
    use-native-transport=true
    online-mode=false
    enable-status=true
    allow-flight=true
    broadcast-rcon-to-ops=true
    view-distance=7
    max-build-height=256
    server-ip=
    allow-nether=true
    server-port=25575
    enable-rcon=false
    sync-chunk-writes=true
    op-permission-level=4
    prevent-proxy-connections=true
    resource-pack=
    entity-broadcast-range-percentage=100
    rcon.password=
    player-idle-timeout=0
    debug=false
    force-gamemode=false
    rate-limit=0
    hardcore=false
    white-list=false
    broadcast-console-to-ops=true
    spawn-npcs=true
    spawn-animals=true
    snooper-enabled=true
    function-permission-level=2
    level-type=default
    text-filtering-config=
    spawn-monsters=true
    enforce-whitelist=false
    resource-pack-sha1=
    spawn-protection=16
    max-world-size=29999984
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the Bukkit Wiki at
    # https://www.spigotmc.org/go/bukkit-yml
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #spigot @ irc.spi.gt
    # (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
    # Forums: https://www.spigotmc.org/
    # Bug tracker: https://www.spigotmc.org/go/bugs


    aliases: now-in-commands.yml
    settings:
    allow-end: true
    warn-on-overload: true
    permissions-file: permissions.yml
    update-folder: update
    plugin-profiling: false
    connection-throttle: -1
    query-plugins: true
    deprecated-verbose: default
    shutdown-message: Server closed
    minimum-api: none
    spawn-limits:
    monsters: 70
    animals: 10
    water-animals: 5
    water-ambient: 20
    ambient: 15
    chunk-gc:
    period-in-ticks: 600
    ticks-per:
    animal-spawns: 400
    monster-spawns: 1
    water-spawns: 1
    water-ambient-spawns: 1
    ambient-spawns: 1
    autosave: 6000
    aliases: now-in-commands.yml
    worlds:
    world:
    generator: Terra:DEFAULT
     
  2. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsX Protect | #
    # +------------------------------------------------------+ #
    ############################################################

    # You need to install EssentialsX Protect for this section to work.
    # See https://essentialsx.cf/wiki/Module-Breakdown.html for more information.

    protect:

    # General physics/behavior modifications. Set these to true to disable behaviours.
    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    lava-itemdamage: false
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-itemdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    tnt-minecart-itemdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    fireball-itemdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    witherskull-itemdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-itemdamage: false
    creeper-blockdamage: false
    ender-crystal-explosion: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    bed-explosion: false
    respawn-anchor-explosion: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevents zombies from breaking down doors
    zombie-door-break: false
    # Prevents Ravagers from stealing blocks
    ravager-thief: false
    # Prevents sheep from turning grass to dirt
    sheep-eat-grass: false
    # Prevent certain transformations.
    transformation:
    # Prevent creepers becoming charged when struck by lightning.
    charged-creeper: false
    # Prevent villagers becoming zombie villagers.
    zombie-villager: false
    # Prevent zombie villagers being cured.
    villager: false
    # Prevent villagers becoming witches when struck by lightning.
    witch: false
    # Prevent pigs becoming zombie pigmen when struck by lightning.
    zombie-pigman: false
    # Prevent zombies turning into drowneds, and husks turning into zombies.
    drowned: false
    # Prevent mooshrooms changing colour when struck by lightning.
    mooshroom: false
    # Prevent the spawning of creatures. If a creature is missing, you can add it following the format below.
    spawn:
    creeper: false
    skeleton: false
    spider: false
    giant: false
    zombie: false
    slime: false
    ghast: false
    pig_zombie: false
    enderman: false
    cave_spider: false
    silverfish: false
    blaze: false
    magma_cube: false
    ender_dragon: false
    pig: false
    sheep: false
    cow: false
    chicken: false
    squid: false
    wolf: false
    mushroom_cow: false
    snowman: false
    ocelot: false
    iron_golem: false
    villager: false
    wither: false
    bat: false
    witch: false
    horse: false
    phantom: false

    # Maximum height the creeper should explode. -1 allows them to explode everywhere.
    # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
    creeper:
    max-height: -1

    # Disable various default physics and behaviors.
    disable:
    # Should fall damage be disabled?
    fall: false
     
  3. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    В worldedit рылся? Там может быть отключено
     
  4. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    worldEdit это плагин для редактирования мира и построек, не ? Где именно там прописан спавн мобов?
     
  5. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    Ой
    точно
    WorldGuard

    Спутал :confused:
     
  6. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    Писал выше, флаги в worldguard поставил и проверил upload_2021-7-25_18-40-7.png
     
  7. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    А конфиги итд?
     
  8. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    regions:
    uuid-migration:
    perform-on-next-start: false
    keep-names-that-lack-uuids: true
    use-creature-spawn-event: true
    sql:
    use: false
    dsn: jdbc:mysql://localhost/worldguard
    username: worldguard
    password: worldguard
    table-prefix: ''
    use-paper-entity-origin: false
    enable: true
    invincibility-removes-mobs: false
    cancel-chat-without-recipients: true
    nether-portal-protection: false
    fake-player-build-override: true
    explosion-flags-block-entity-damage: true
    high-frequency-flags: false
    protect-against-liquid-flow: false
    wand: minecraft:leather
    max-claim-volume: 50000
    claim-only-inside-existing-regions: false
    location-flags-only-inside-regions: false
    max-region-count-per-player:
    default: 1
    disable-bypass-by-default: false
    announce-bypass-status: false
    auto-invincible: false
    auto-invincible-group: false
    auto-no-drowning-group: false
    use-player-move-event: true
    use-player-teleports: true
    use-particle-effects: true
    security:
    deop-everyone-on-join: false
    block-in-game-op-command: false
    host-keys-allow-forge-clients: false
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    build-permission-nodes:
    enable: false
    deny-message: '&eSorry, but you are not permitted to do that here.'
    event-handling:
    block-entity-spawns-with-untraceable-cause: false
    interaction-whitelist: []
    emit-block-use-at-feet: []
    ignore-hopper-item-move-events: false
    break-hoppers-on-denied-move: true
    protection:
    item-durability: true
    remove-infinite-stacks: false
    disable-xp-orb-drops: false
    disable-obsidian-generators: false
    use-max-priority-association: false
    gameplay:
    block-potions: []
    block-potions-overly-reliably: false
    disable-conduit-effects: false
    simulation:
    sponge:
    enable: false
    radius: 3
    redstone: false
    default:
    pumpkin-scuba: false
    disable-health-regain: false
    physics:
    no-physics-gravel: false
    no-physics-sand: false
    vine-like-rope-ladders: false
    allow-portal-anywhere: false
    disable-water-damage-blocks: []
    ignition:
    block-tnt: false
    block-tnt-block-damage: false
    block-lighter: false
    fire:
    disable-lava-fire-spread: false
    disable-all-fire-spread: false
    disable-fire-spread-blocks: []
    lava-spread-blocks: []
    mobs:
    block-creeper-explosions: false
    block-creeper-block-damage: false
    block-wither-explosions: false
    block-wither-block-damage: false
    block-wither-skull-explosions: false
    block-wither-skull-block-damage: false
    block-enderdragon-block-damage: false
    block-enderdragon-portal-creation: false
    block-fireball-explosions: false
    block-fireball-block-damage: false
    anti-wolf-dumbness: false
    allow-tamed-spawns: true
    disable-enderman-griefing: false
    disable-snowman-trails: false
    block-painting-destroy: false
    block-item-frame-destroy: false
    block-armor-stand-destroy: false
    block-plugin-spawning: true
    block-above-ground-slimes: false
    block-other-explosions: false
    block-zombie-door-destruction: false
    block-creature-spawn: []
    block-vehicle-entry: false
    player-damage:
    disable-fall-damage: false
    disable-lava-damage: false
    disable-fire-damage: false
    disable-lightning-damage: false
    disable-drowning-damage: false
    disable-suffocation-damage: false
    disable-contact-damage: false
    teleport-on-suffocation: false
    disable-void-damage: false
    teleport-on-void-falling: false
    reset-fall-on-void-teleport: false
    disable-explosion-damage: false
    disable-mob-damage: false
    disable-death-messages: false
    chest-protection:
    enable: false
    disable-off-check: false
    crops:
    disable-creature-trampling: false
    disable-player-trampling: false
    weather:
    prevent-lightning-strike-blocks: []
    disable-lightning-strike-fire: false
    disable-thunderstorm: false
    disable-weather: false
    disable-pig-zombification: false
    disable-villager-witchification: false
    disable-powered-creepers: false
    always-raining: false
    always-thundering: false
    dynamics:
    disable-mushroom-spread: false
    disable-ice-melting: false
    disable-snow-melting: false
    disable-snow-formation: false
    disable-ice-formation: false
    disable-leaf-decay: false
    disable-grass-growth: false
    disable-mycelium-spread: false
    disable-vine-growth: false
    disable-crop-growth: false
    disable-soil-dehydration: false
    snow-fall-blocks: []
    disable-coral-block-fade: false
    blacklist:
    use-as-whitelist: false
    logging:
    console:
    enable: true
    database:
    enable: false
    dsn: jdbc:mysql://localhost:3306/minecraft
    user: root
    pass: ''
    table: blacklist_events
    file:
    enable: false
    path: worldguard/logs/%Y-%m-%d.log
    open-files: 10
    custom-metrics-charts: true
    disable-permission-cache: false
    turtle-egg:
    disable-creature-trampling: false
    disable-player-trampling: false
     
  9. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    кинул выше
     
  10. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    Странно но ничего интересного и никаких блокировок на мобов нет... непонятно
     
  11. HauserGrim

    HauserGrim Активный участник Пользователь

    Баллы:
    96
    /difficulty ?
     
  12. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    Врядли он знает об этой команде, хотя чем черт не шутит
     
  13. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    я менял сложность. Переключал туда сюда.
    Собственно, я нашел косяк. Это был плагин SaberFactions. Он по какой то неведомой причине блокирует спавн враждебных мобов
     
  14. Overwrite

    Overwrite Активный участник Пользователь

    Баллы:
    98
    Имя в Minecraft:
    OverwriteMC
    Что это вообще за плагин
     
  15. Автор темы
    rerolf

    rerolf Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    rolf
    Добавляет фракции.
     
  16. Llogzz

    Llogzz Новичок

    Баллы:
    6
    Имя в Minecraft:
    Llogzz
    Спасиб, помог... У меня почему-то изза MultiWorld в энде и аду была мирная сложность
     

Поделиться этой страницей