crwdns134215:0crwdne134215:0

crwdns134217:0crwdne134217:0

Note

crwdns134219:0crwdne134219:0

crwdns134221:0crwdne134221:0

crwdns134223:0crwdne134223:0

Tip

crwdns134225:0crwdne134225: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 overidden.
      defaults {
          ambient=32
          aquatic=32
          creature=32
          misc=16
          monster=32
      }

crwdns134227:0crwdne134227:0

crwdns134229:0crwdne134229:0

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

crwdns134231:0crwdne134231:0

crwdns134233:0crwdne134233: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
    }

crwdns134235:0crwdne134235:0

crwdns134237:0crwdne134237:0

optimizations {
      # This prevents chunks being loaded for getting light values at specific
      # block positions. May have side effects.
      ignore-unloaded-chunks-on-get-light=true
      }

crwdns134239:0crwdne134239:0

crwdns134241:0crwdne134241:0

optimizations {
      # Caches chunks internally for faster returns when querying at various
      # positions
      chunk-map-caching=true
      }

crwdns134243:0crwdne134243:0

crwdns134245:0crwdne134245:0

optimizations{
      # Inlines a simple check for whether a BlockPosition is valid
      # in a world. By patching the check, the JVM can optimize the
      # method further while reducing the number of operations performed
      # for such a simple check. This may however break mods that alter
      # world heights and can thus be disabled in those cases.
      inline-block-position-checks=true
      }

crwdns134247:0crwdne134247:0

crwdns134249:0crwdne134249: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
      }

crwdns134251:0crwdne134251:0