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 {_AddedItem} to coloured value "Added Item" get of "plugins/CustomDrops/messages.yml" set {_AlreadyAdded} to coloured value "Already added" get of "plugins/CustomDrops/messages.yml" set {_DeletedItem} to coloured value "Deleted Item" get of "plugins/CustomDrops/messages.yml" set {_AlreadyDeleted} to coloured value "Already deleted" get of "plugins/CustomDrops/messages.yml" set {_ChanceCheck} to coloured value "Chance check" get of "plugins/CustomDrops/messages.yml" set {_ChanceSet} to coloured value "Chance set" get of "plugins/CustomDrops/messages.yml" set {_NoPerm} to coloured value "No permission" get of "plugins/CustomDrops/messages.yml" set {_Reload} to coloured value "Reload" get of "plugins/CustomDrops/messages.yml" set {_HelpMessage} to coloured value "Help message" get of "plugins/CustomDrops/messages.yml" set {_Allay} to value "Allay" get of "plugins/CustomDrops/mobs.yml" set {_AllayItem} to value " - Allay Item" get of "plugins/CustomDrops/mobs.yml" set {_AllayAmount} to value " - Allay Amount" get of "plugins/CustomDrops/mobs.yml" set {_AllayChance} to value " - Allay Chance" get of "plugins/CustomDrops/mobs.yml" set {_AllayItem2} to value " - Allay Item2" get of "plugins/CustomDrops/mobs.yml" send "Testowa %{_AllayItem2}%" to console