From 5d2dc348950623a163c456b21192bd67da376f21 Mon Sep 17 00:00:00 2001 From: RedDevel2 <61326916+RedDevel2@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:13:35 +0100 Subject: [PATCH] Disable halloween mobs --- .../config/plugins/SimpleAdminHacks/config.yml | 4 ++-- ...Mobs-5.0.2.jar => MythicMobs-5.0.2.jar.disabled} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename containers/paper/plugins/{MythicMobs-5.0.2.jar => MythicMobs-5.0.2.jar.disabled} (100%) diff --git a/containers/paper/config/plugins/SimpleAdminHacks/config.yml b/containers/paper/config/plugins/SimpleAdminHacks/config.yml index 7b5531f45..8a35fa7bc 100644 --- a/containers/paper/config/plugins/SimpleAdminHacks/config.yml +++ b/containers/paper/config/plugins/SimpleAdminHacks/config.yml @@ -226,7 +226,7 @@ hacks: entityExpDropModifiers: ENDER_DRAGON: 0.0 PhantomMenace: - enabled: true + enabled: false # Players have a statistic called TIME_SINCE_REST. If a player's value is above 72k (3 days minecraft time) then # they will start spawning phantoms. Setting the cap to below 72k will effectively disable phantoms. Setting the # cap to -1 will disable the cap. Default: 80k (10% chance per two minutes during the night and thunder storms.) @@ -357,7 +357,7 @@ hacks: villagerTrading: false witherSpawning: true patrolSpawning: true - phantomSpawning: true + phantomSpawning: false enderChestPlacement: true enderChestUse: false grindstoneUse: false diff --git a/containers/paper/plugins/MythicMobs-5.0.2.jar b/containers/paper/plugins/MythicMobs-5.0.2.jar.disabled similarity index 100% rename from containers/paper/plugins/MythicMobs-5.0.2.jar rename to containers/paper/plugins/MythicMobs-5.0.2.jar.disabled