# ############################################################################## # DrugsFTW by Ahmet094 v0.1 # ------------------------- # is the player you hit with the mushrooms! # You can only use it for "VictimNowOnDrugs" and "VictimAlreadyOnDrugs" # --------------------------------------------------------------------- # is the player who hits you and makes you confused! # You can only use it for "GotSetOnDrugs" # --------------------------------------- # EffectDuration is the value for how long the drug-effect is active in seconds. # ------------------------------------------------------------------------------ # You can find all ColorCodes here: # http://specialcraft.de/colorcodes.png # ------------------------------------- # ############################################################################## messages: MyselfNowOnDrugs: '&8You''re &6high&8!' MyselfAlreadyOnDrugs: '&8You''re &6already high&8!' VictimNowOnDrugs: '&8You just set &6 &8on &6Drugs&8!' VictimAlreadyOnDrugs: '&6 &8is &6already &8on &6Drugs&8!' GotSetOnDrugs: '&8You &6got set &8on &6drugs &8by &6&8!' info: '&eYou need at least 3 mushrooms to set yourself or someone else on drugs.' ChatPrefix: '&b[&eDrugs&b] ' options: EffectDuration: 30 amountNeeded: 3 enableWheat: true