crwdns124633:0crwdne124633:0

crwdns124635:0crwdne124635:0

Note

crwdns124637:0crwdne124637:0

crwdns124639:0crwdne124639:0

crwdns124641:0crwdne124641:0

Tip

crwdns124643:0crwdne124643:0

entity-activation-range {
    # If enabled, newly discovered entities will be added to this config with a default value.
    auto-populate=false
    # Default activation ranges used for all entities unless overridden.
    defaults {
        ambient=32
        aquatic=32
        creature=32
        misc=16
        monster=32
    }
}

crwdns124645:0crwdne124645:0

crwdns124647:0crwdne124647:0

optimizations {
    # Runs lighting updates async.
    async-lighting {
        # If enabled, runs lighting updates async.
        enabled=true
        # The amount of threads to dedicate for async lighting updates. (Default: 2)
        num-threads=2
    }
}

crwdns124649:0crwdne124649:0

crwdns124651:0crwdne124651:0

optimizations {
    # Caches tameable entities owners to avoid constant lookups against data watchers. If mods cause issue, disable.
    cache-tameable-owners=true
}

crwdns124653:0crwdne124653:0

crwdns124655:0crwdne124655:0

optimizations {
    # If enabled, block item drops are pre-processed to avoid
    # having to spawn extra entities that will be merged post spawning.
    # Usually, Sponge is smart enough to determine when to attempt an item pre-merge
    # and when not to, however, in certain cases, some mods rely on items not being
    # pre-merged and actually spawned, in which case, the items will flow right through
    # without being merged.
    drops-pre-merge=true
}

crwdns124657:0crwdne124657:0

crwdns124659:0crwdne124659:0

optimizations {
    # If enabled, uses Panda4494's Redstone implementation which improves performance.
    # See https://bugs.mojang.com/browse/MC-11193 for more information.
    # Note: This optimization has a few issues which is explained in the bug report. We are not responsible for any issues this may cause.
    panda-redstone=false
}

crwdns124661:0crwdne124661:0

crwdns124663:0crwdne124663:0

world {
    # The auto-save tick interval used when saving global player data.
    # Set to 0 to disable. (Default: 900) Note: 20 ticks is equivalent to 1 second.
    auto-player-save-interval=900

    # The auto-save tick interval used to save all loaded chunks in a world.
    # Set to 0 to disable. (Default: 900) Note: 20 ticks is equivalent to 1 second.
    auto-save-interval=900
}

crwdns124665:0crwdne124665:0

crwdns124667:0crwdne124667:0

crwdns124669:0crwdne124669:0

modules {
    # Use real (wall) time instead of ticks as much as possible
    realtime=false
}

crwdns124671:0crwdne124671:0

crwdns124673:0crwdne124673:0

Warning

crwdns124675:0crwdne124675:0

world {
    # If enabled, any request for a chunk not currently loaded will be denied (exceptions apply for things like world gen and player movement).
    # Note: As this is an experimental setting for performance gain, if you encounter any issues then we recommend disabling it.
    deny-chunk-requests=false
}

crwdns124677:0crwdne124677:0