Skip to content

Misc Config

For some reason, Leaf added or changed some config keys in upstream's config

Paper world default config

paper-world-defaults.yml
entities:
  spawning:
    spawning-throttle:
      failed-attempts-threshold: disabled
      throttled-ticks-per-spawn:
        ambient: -1
        axolotls: -1
        creature: -1
        monster: -1
        underground_water_creature: -1
        water_ambient: -1
        water_creature: -1

Purpur config

purpur.yml
settings:
  messages:
    afk-broadcast-away: <yellow><italic>%s is now AFK
    afk-broadcast-back: <yellow><italic>%s is no longer AFK
    afk-title-away: <gold><bold>AFK:<red>You are now AFK...:10:70:20
    afk-broadcast-use-display-name: false
    afk-tab-list-prefix: '[AFK] '
    afk-tab-list-suffix: ''
    afk-command-cooldown: 0
    afk-command-cooldown-msg: <gray>You need to wait %time%s to use /afk.

Moved Pufferfish & Purpur config keys

Pufferfish

Before After

Purpur

Before After