PerfPets — 2.1.8
New features:
• Separate world lists block pet summoning and mystery egg hatching independently
• Active pet followers despawn in spawn-blocked worlds and return when leaving
• Added perfpets.bypass.world-blacklist permission for staff bypass
Code:# plugins/PerfPets/config.yml — merge (config-version: 27): config-version: 27 pets: world-rules: block-spawn: worlds: [] block-mystery-eggs: worlds: [] # plugins/PerfPets/messages.yml — add/replace: world-blocked-spawn: "<#EF4444>Pets cannot be summoned in this world." world-blocked-eggs: "<#EF4444>Mystery eggs cannot be opened in this world."
New features:
• Active pets from PerfPets despawn while you are vanished or invisible
• Vanish support for PerfVanish and plugins that use the vanished player metadata
Code:# plugins/PerfPets/config.yml — merge (config-version: 25): integrations: vanish: enabled: true despawn-follower-when-vanished: true perfvanish-integration: true metadata-keys: - vanished - SuperVanish despawn-when-invisible: true
Bug fixes:
• /perfpets reload no longer crashes on Folia servers
• Summoning a pet no longer leaves duplicate follower mobs in the world
• Pet size updates after reload apply correctly again
Bug fixes:
• Warden pets no longer apply the Darkness effect to their owner or any nearby player
• Wither, Elder Guardian and Husk pets now stop applying their signature effects (Wither / Mining Fatigue / Hunger) to bystanders, not only the owner
Bug fixes:
• Raider-type follower pets no longer count as raid participants, this prevents the raid boss bar from appearing when no real raid is active.
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Bug fixes:
• Fixed MiniMessage parsing crashes in pet GUI clicks when economy/balance strings contain legacy color codes (e.g.§x...)
