on load: set {version} to "1" log "&7 ____ ____ " log "&7 / ___| | _ \ " log "&7 | | | | | | Thanks!" log "&7 | |___ | |_| | Loading skript" log "&7 \____| |____/ Version v%{version}%" set {_customdrops.version.web::*} to contents from url "%uncolored ""https://pastebin.com/raw/7BS83qtA""%" if folder "plugins/CustomDrop/" doesn't exists: create folder "plugins/CustomDrop/" if file "plugins/CustomDrop/config.yml" doesn't exists: create file "plugins/CustomDrop/config.yml" wf "# __ __ _ ____ __ _ " to "plugins/CustomDrops/config.yml" wf "# | \/ | __ _(_)_ __ / ___|___ _ __ / _(_) __ _ " to "plugins/CustomDrops/config.yml" wf "# | |\/| |/ _` | | '_ \ | | / _ \| '_ \| |_| |/ _` | " to "plugins/CustomDrops/config.yml" wf "# | | | | (_| | | | | | | |__| (_) | | | | _| | (_| | " to "plugins/CustomDrops/config.yml" wf "# |_| |_|\__,_|_|_| |_| \____\___/|_| |_|_| |_|\__, | " to "plugins/CustomDrops/config.yml" wf "# |___/ " to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "notifyupdates: 'true'" to "plugins/CustomDrops/config.yml" wf "# Skript should informate about new versions?" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "version: '{version}'" to "plugins/CustomDrops/config.yml" wf "# Skript version ( don't change this )" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "changing: 'true'" to "plugins/CustomDrops/config.yml" wf "# Can players can change personal custom drop" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "informacion: 'true'" to "plugins/CustomDrops/config.yml" wf "# Can players check custom drop per mob" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "premium: 'false'" to "plugins/CustomDrops/config.yml" wf "# Premium version you can buy on builtbybit" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "permission: 'cd.drop'" to "plugins/CustomDrops/config.yml" wf "# What permission player need to drop custom items" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "prefix: 'true'" to "plugins/CustomDrops/config.yml" wf "# Before messages should be prefix?" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "chances: 'true'" to "plugins/CustomDrops/config.yml" wf "# Should there be a chance for a drop?" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "commands: 'true'" to "plugins/CustomDrops/config.yml" wf "# Should there be commands with the drop?" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "customdrop: 'true'" to "plugins/CustomDrops/config.yml" wf "# For disable skript set this option to 'false'" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "message: 'actionbar'" to "plugins/CustomDrops/config.yml" wf "# Where should be displayed message? Options: actionbar, chat, title, subtitle" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "worlds:" to "plugins/CustomDrops/config.yml" wf "- 'my world'" to "plugins/CustomDrops/config.yml" wf "- 'my world-2'" to "plugins/CustomDrops/config.yml" wf "# World where custom drop is disabled" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" wf "mobs:" to "plugins/CustomDrops/config.yml" wf "- 'mob'" to "plugins/CustomDrops/config.yml" wf "- 'mob-2'" to "plugins/CustomDrops/config.yml" wf "# Mobs with disabled custom drop" to "plugins/CustomDrops/config.yml" wf "" to "plugins/CustomDrops/config.yml" if file "plugins/CustomDrop/messages.yml" doesn't exists: create file "plugins/CustomDrop/messages.yml" wf "# __ __ ____ __ _ " to "plugins/CustomDrops/messages.yml" wf "# | \/ | ___ ___ ___ __ _ __ _ ___ ___ / ___|___ _ __ / _(_) __ _ " to "plugins/CustomDrops/messages.yml" wf "# | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| | | / _ \| '_ \| |_| |/ _` | " to "plugins/CustomDrops/messages.yml" wf "# | | | | __/\__ \__ \ (_| | (_| | __/\__ \ | |__| (_) | | | | _| | (_| | " to "plugins/CustomDrops/messages.yml" wf "# |_| |_|\___||___/___/\__,_|\__, |\___||___/ \____\___/|_| |_|_| |_|\__, | " to "plugins/CustomDrops/messages.yml" wf "# |___/ |___/ " to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "# This file contains every message used by the script." to "plugins/CustomDrops/messages.yml" wf "# You can use Minecraft formatting by adding, for example, &c before the message. " to "plugins/CustomDrops/messages.yml" wf "# Avaible placeholders:" to "plugins/CustomDrops/messages.yml" wf "# - %mob% - Mob" to "plugins/CustomDrops/messages.yml" wf "# - %item% - Item" to "plugins/CustomDrops/messages.yml" wf "# - %amount% - Amount of item" to "plugins/CustomDrops/messages.yml" wf "# - %chance% - Chance to drop" to "plugins/CustomDrops/messages.yml" wf "# - %command% - Command" to "plugins/CustomDrops/messages.yml" wf "# - %replaced% - Replaced default drop" to "plugins/CustomDrops/messages.yml" wf "# - %colour% - Main colour of skript" to "plugins/CustomDrops/messages.yml" wf "# - %prefix% - Skript prefix" to "plugins/CustomDrops/messages.yml" wf "# - %version% - Skript version" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "main-colour: '&d&l'" to "plugins/CustomDrops/messages.yml" wf "# Main colour for messages ( use minecraft formatting )" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "disabled-prefix: 'false'" to "plugins/CustomDrops/messages.yml" wf "# Prefix should be disabled?" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "prefix: '&d&lCD'" to "plugins/CustomDrops/messages.yml" wf "# Skript prefix" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "update:" to "plugins/CustomDrops/messages.yml" wf "- ' %prefix% '" to "plugins/CustomDrops/messages.yml" wf "- ''" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &fA new update have been'" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &frelesed! Download it at'" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &fbuiltbybit site.'" to "plugins/CustomDrops/messages.yml" wf "# Message when new update have been relesed" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "added-item: '%prefix% &8| &aSuccesfuly added %item% to drop from %mob%" to "plugins/CustomDrops/messages.yml" wf "# Message when player add item to drop" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "already-added: '%prefix% &8| &cThis item is already added to drop from %mob%" to "plugins/CustomDrops/messages.yml" wf "# Message when item is already added" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "deleted-item: '%prefix% &8| &aSuccesfuly deleted %item% from drop" to "plugins/CustomDrops/messages.yml" wf "# Message when player remove item from drop" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "doesnt-added: '%prefix% &8| &cItem is not added into drop" to "plugins/CustomDrops/messages.yml" wf "# Message when player try to remove doesn't added item" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "chance-check: '%prefix% &8| &fChance for drop %item% is %chance%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player check chance to drop" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "chance-set: '%prefix% &8| &aSuccesfult changed chance to drop %item%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player change chance to drop" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "amount-check: '%prefix% &8| &fAmount of %item% is %amount%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player check amount of item" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "amount-set: '%prefix% &8| &aSuccesfuly changed amount of %item% to %amount%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player change amount of item" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "command-check: '%prefix% &8| &fCommand is %command%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player check command" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "command-set: '%prefix% &8| &aSuccesfuly changed command to %command%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player change command" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "command-chance: '%prefix% &8| &fChance to command is %command%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player change chance to command" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "defalut-change: '%prefix% &8| &aChanged drop from %mob% to %replaced%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player change default drop" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "no-permission: '%prefix% &8| &cYou don''t have permissions'" to "plugins/CustomDrops/messages.yml" wf "# Message when player try to execute command without permissions" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "help:" to "plugins/CustomDrops/messages.yml" wf "- ' %prefix% '" to "plugins/CustomDrops/messages.yml" wf "- ''" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &fWhen you kill a mob'" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &fThere is a chance to drop'" to "plugins/CustomDrops/messages.yml" wf "- '%colour%* &fCustom drop if it is set'" to "plugins/CustomDrops/messages.yml" wf "- ''" to "plugins/CustomDrops/messages.yml" wf "# Message when player execute /cd help command" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "drop-actionbar: '%colour%You dropped custom items'" to "plugins/CustomDrops/messages.yml" wf "# Message when drop is set to actionbar in main config" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "drop-title: '%colour%You dropped custom items'" to "plugins/CustomDrops/messages.yml" wf "# Message when drop is set to title in main config" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "drop-subtitle: '%colour%You dropped custom items'" to "plugins/CustomDrops/messages.yml" wf "# Message when drop is set to subtitle in main config" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "drop-chat: '%prefix% &8| %colour%Lucky! &fYou drooped custom items'" to "plugins/CustomDrops/messages.yml" wf "# Message when drop is set to chat in main config" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "version: '%prefix% &8| &fSkript version is %version%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player check skript version" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" wf "drop-check: '%prefix% &8| &fDrop from %mob% is %item%'" to "plugins/CustomDrops/messages.yml" wf "# Message when player check drop from mob" to "plugins/CustomDrops/messages.yml" wf "" to "plugins/CustomDrops/messages.yml" if file "plugins/CustomDrop/mobs.yml" doesn't exists: create file "plugins/CustomDrop/mobs.yml" wf Axolotl: 'false'