set {_NotifyUpdates} to value "Notify Updates" get of "plugins/CustomDrops/config.yml" set {_EnabledPrefix} to value "Enabled Prefix" get of "plugins/CustomDrops/config.yml" set {_EnabledChances} to value "Enabled Chances" get of "plugins/CustomDrops/config.yml" set {_RequiredPermission} to value "Required Permission" get of "plugins/CustomDrops/config.yml" set {_DropMessage} to value "Drop Message" get of "plugins/CustomDrops/config.yml" set {_DisabledWorlds} to value "Disabled Worlds" get of "plugins/CustomDrops/config.yml" if {_DisabledWorld} contains "overworld" or "world": set {_DisabledOverworld} to true if {_DisabledWorld} contains "nether": set {_DisabledNether} to true if {_DisabledWorld} contains "the end" or "end": set {_DisabledEnd} to true set {_DisabledMobs} to value "Disabled Mobs" get of "plugins/CustomDrops/config.yml" add "pig" and "allay" and "axolotl" and "bat" and "camel" and "cat" and "chicken" and "cod" and "cow" and "donkey" and "frog" and "glow squid" and "horse" and "mooshroom" and "mule" and "ocelot" and "parrot" and "pufferfish" and "rabbit" and "salmon" and "sheep" and "skeleton horse" and "sniffer" and "snow golem" and "squid" and "strider" and "tadpole" and "tropical fish" and "turtle" and "villager" and "wandering trader" and "bee" and "cave spider" and "dolphin" and "enderman" and "fox" and "goat" and "iron golem" and "llama" and "panda" and "piglin" and "polar bear" and "spider" and "trader llama" and "wolf" and "zombified piglin" and "blaze" and "creeper" and "drowned" and "elder guardian" and "endermite" and "evoker" and "ghast" and "guardian" and "hoglin" and "husk" and "magma cube" and "phantom" and "piglin brute" and "pillager" and "ravager" and "shulker" and "silverfish" and "skeleton" and "slime" and "stray" and "vex" and "vindicator" and "warden" and "witch" and "wither skeleton" and "zoglin" and "zombie" and "zombie villager" and "ender dragon" and "wither" to {_mobs} loop {_mobs}: if loop-value contains {_DisabledMobs}: set {_off::%loop-value%} to true set {_DropTitle} to coloured value "Drop message title" get of "plugins/CustomDrops/messages.yml" set {_DropSubTitle} to coloured value "Drop message subtitle" get of "plugins/CustomDrops/messages.yml" set {_DropMessage} to coloured value "Drop message chat" get of "plugins/CustomDrops/messages.yml" set {_Prefix} to coloured value "Prefix" get of "plugins/CustomDrops/messages.yml" set {_