From 5f20d5e555a22ab6fd08640d8114761a7211a3ab Mon Sep 17 00:00:00 2001 From: Brianna Date: Sat, 21 Mar 2020 13:23:00 -0400 Subject: [PATCH] Added 4 new enchants and fixed old ones. --- .../resources/enchants/elite/AntiGravity.yml | 3 + src/main/resources/enchants/elite/Frozen.yml | 3 + src/main/resources/enchants/elite/Healy.yml | 54 +++++++ src/main/resources/enchants/elite/Poison.yml | 3 + .../resources/enchants/elite/RocketEscape.yml | 3 + .../resources/enchants/elite/Shockwave.yml | 3 + src/main/resources/enchants/elite/Shocky.yml | 54 +++++++ src/main/resources/enchants/elite/Wither.yml | 3 + .../enchants/legendary/DeathBringer.yml | 3 + .../resources/enchants/legendary/DeathGod.yml | 3 + .../enchants/legendary/Divergent.yml | 137 ++++++++++++++++++ .../resources/enchants/legendary/Drunk.yml | 59 ++++++++ .../enchants/legendary/Enlightened.yml | 3 + .../resources/enchants/legendary/Gears.yml | 3 + .../enchants/legendary/LifeSteal.yml | 3 + .../resources/enchants/legendary/Overload.yml | 3 + .../resources/enchants/legendary/Resist.yml | 3 + .../enchants/legendary/SkillSwipe.yml | 3 + .../resources/enchants/simple/Aquatic.yml | 3 + .../resources/enchants/simple/Confusion.yml | 3 + .../resources/enchants/simple/Experience.yml | 3 + .../resources/enchants/simple/Glowing.yml | 3 + src/main/resources/enchants/simple/Haste.yml | 3 + .../resources/enchants/simple/Insomnia.yml | 3 + .../resources/enchants/simple/Lightning.yml | 3 + .../resources/enchants/simple/Obliterate.yml | 3 + .../resources/enchants/simple/Oxygenate.yml | 3 + .../resources/enchants/ultimate/Blind.yml | 3 + .../resources/enchants/ultimate/Dodge.yml | 3 + src/main/resources/enchants/ultimate/Fly.yml | 3 + .../resources/enchants/ultimate/IceAspect.yml | 3 + .../resources/enchants/ultimate/StormFall.yml | 3 + .../resources/enchants/unique/Berserk.yml | 3 + .../enchants/unique/Decapitation.yml | 3 + .../resources/enchants/unique/Explosive.yml | 3 + .../enchants/unique/FeatherWeight.yml | 4 + .../enchants/unique/ObsidianDestroyer.yml | 3 + .../enchants/unique/PlagueCarrier.yml | 3 + .../resources/enchants/unique/Ragdoll.yml | 3 + .../enchants/unique/SelfDestruct.yml | 3 + 40 files changed, 413 insertions(+) create mode 100644 src/main/resources/enchants/elite/Healy.yml create mode 100644 src/main/resources/enchants/elite/Shocky.yml create mode 100644 src/main/resources/enchants/legendary/Divergent.yml create mode 100644 src/main/resources/enchants/legendary/Drunk.yml diff --git a/src/main/resources/enchants/elite/AntiGravity.yml b/src/main/resources/enchants/elite/AntiGravity.yml index 2d6656c..24abb11 100644 --- a/src/main/resources/enchants/elite/AntiGravity.yml +++ b/src/main/resources/enchants/elite/AntiGravity.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9AntiGravity {level}" + # Description description: - "Permanent jump boost." diff --git a/src/main/resources/enchants/elite/Frozen.yml b/src/main/resources/enchants/elite/Frozen.yml index d4ba146..54d36d6 100644 --- a/src/main/resources/enchants/elite/Frozen.yml +++ b/src/main/resources/enchants/elite/Frozen.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9Frozen {level}" + # Description description: - "Slow your enemies down when" diff --git a/src/main/resources/enchants/elite/Healy.yml b/src/main/resources/enchants/elite/Healy.yml new file mode 100644 index 0000000..7ce7c02 --- /dev/null +++ b/src/main/resources/enchants/elite/Healy.yml @@ -0,0 +1,54 @@ + +#Who made this? +Author: Auora + +# The enchant identifier must be unique. +identifier: Healy + +# The max level for this enchant. +max-level: 4 + +# The group of this enchant. Configure the groups in the groups.yml file. +group: ELITE + +book-item: + + material: BOOK + + display-name: "&a&lHealy {level}" + + # The lore on the enchantments books. + + lore: + + - "&7Drag on to enchant" + + - "&a{success_rate}% Success Rate" + + - "&c{destroy_rate}% Destroy Rate" + + + +# How the enchant should be formatted on the enchanted item. + +applied-format: "&aHealy {level}" + +# Description +description: + - "A chance of remove the players effects" + +# What items this enchant can be applied to. +item-whitelist: + - "ARMOR" + +# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +effects: + REMOVE_EFFECT: + # The trigger that will fire this effect. + trigger: POISON_DAMAGE + # What player should the effect be ran on: WEARER/OPPONENT. + who: USER + # The potion type. + potion-type: POISON + # Chance of the effect firing. + chance: "3 * {level}" \ No newline at end of file diff --git a/src/main/resources/enchants/elite/Poison.yml b/src/main/resources/enchants/elite/Poison.yml index 6e7f152..f2ba371 100644 --- a/src/main/resources/enchants/elite/Poison.yml +++ b/src/main/resources/enchants/elite/Poison.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9Poison {level}" + # Description description: - "A chance of giving the poison effect." diff --git a/src/main/resources/enchants/elite/RocketEscape.yml b/src/main/resources/enchants/elite/RocketEscape.yml index e67e7e9..884b5dd 100644 --- a/src/main/resources/enchants/elite/RocketEscape.yml +++ b/src/main/resources/enchants/elite/RocketEscape.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9RocketEscape {level}" + # Description description: - "Blast off into the air at low HP." diff --git a/src/main/resources/enchants/elite/Shockwave.yml b/src/main/resources/enchants/elite/Shockwave.yml index e84b452..449c5a4 100644 --- a/src/main/resources/enchants/elite/Shockwave.yml +++ b/src/main/resources/enchants/elite/Shockwave.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9Shockwave {level}" + # Description description: - "Push your attackers backwards" diff --git a/src/main/resources/enchants/elite/Shocky.yml b/src/main/resources/enchants/elite/Shocky.yml new file mode 100644 index 0000000..9a2b8d3 --- /dev/null +++ b/src/main/resources/enchants/elite/Shocky.yml @@ -0,0 +1,54 @@ +# The enchant identifier must be unique. +#Who made this? + +Author: Auora + +identifier: Shocky + +# The max level for this enchant. +max-level: 5 + +# The group of this enchant. Configure the groups in the groups.yml file. +group: ELITE + +book-item: + + material: BOOK + + display-name: "&b&lShocky {level}" + + # The lore on the enchantments books. + + lore: + + - "&7Drag on to enchant" + + - "&a{success_rate}% Success Rate" + + - "&c{destroy_rate}% Destroy Rate" + + + +# How the enchant should be formatted on the enchanted item. + +applied-format: "&bShocky {level}" + +# Description +description: + - "A chance of forming an explosion while mining" + +# What items this enchant can be applied to. +item-whitelist: + - "PICKAXE" + +# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +effects: + SPAWN_TNT: + # The trigger that will fire this effect. + trigger: BLOCK_BREAK + + fuse: 0 + + amount: "{random(low=0, up={level})}" + # Chance of the effect firing. + chance: "5 * {level}" \ No newline at end of file diff --git a/src/main/resources/enchants/elite/Wither.yml b/src/main/resources/enchants/elite/Wither.yml index dbfd578..d6e48a5 100644 --- a/src/main/resources/enchants/elite/Wither.yml +++ b/src/main/resources/enchants/elite/Wither.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: ELITE +# How the enchant should be formatted on the enchanted item. +applied-format: "&9Wither {level}" + # Description description: - "Infect your enemies with a wither" diff --git a/src/main/resources/enchants/legendary/DeathBringer.yml b/src/main/resources/enchants/legendary/DeathBringer.yml index d3a9ad8..e1e9018 100644 --- a/src/main/resources/enchants/legendary/DeathBringer.yml +++ b/src/main/resources/enchants/legendary/DeathBringer.yml @@ -9,6 +9,9 @@ max-level: 1 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bDeathBringer {level}" + # Description description: - "Chance to gain Strength for a short time." diff --git a/src/main/resources/enchants/legendary/DeathGod.yml b/src/main/resources/enchants/legendary/DeathGod.yml index ed5d29b..c6c4a8c 100644 --- a/src/main/resources/enchants/legendary/DeathGod.yml +++ b/src/main/resources/enchants/legendary/DeathGod.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bDeathGod {level}" + # Description description: - "Chance of regain a lot of hearts" diff --git a/src/main/resources/enchants/legendary/Divergent.yml b/src/main/resources/enchants/legendary/Divergent.yml new file mode 100644 index 0000000..9ed5b7c --- /dev/null +++ b/src/main/resources/enchants/legendary/Divergent.yml @@ -0,0 +1,137 @@ +#Who made this? + +Author: Auora + +# The enchant identifier must be unique. + +identifier: Divergent + +  + +# The max level for this enchant. + +max-level: 4 + +  + +# The group of this enchant. Configure the groups in the groups.yml file. + +group: LEGENDARY + +  + +book-item: + +  + +  material: BOOKa + +  + +  display-name: "&c&lDivergent {level}" + +  + +  # The lore on the enchantments books. + +  + +  lore: + +  + +    - "&7Drag on to enchant" + +  + +    - "&a{success_rate}% Success Rate" + +  + +    - "&c{destroy_rate}% Destroy Rate" + +  + +  + +  + +# How the enchant should be formatted on the enchanted item. + +  + +applied-format: "&cDivergent {level}" + +  + +# Description + +description: + +  - "A chance of giving your opponent slowness and you speed!" + +  + +# What items this enchant can be applied to. + +item-whitelist: + +  - "ARMOR" + +  + +# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials + +effects: + +  POTION: + +    # The trigger that will fire this effect. + +    trigger: ATTACK_PLAYER_MELEE + +    # Who do you want to give the effect? + +    who: OPPONENT + +    # What player should the effect be ran on: WEARER/OPPONENT. + +    potion-type: SLOWNESS + +  + +    amplifier: "{level}" + +  + +    duration: "{level} * 3" + +    # Chance of the effect firing. + +    chance: "4 * {level}" + +  POTION-2: + +    # The trigger that will fire this effect. + +    trigger: ATTACK_PLAYER_MELEE + +    # Who do you want to give the effect? + +    who: USER + +    # What player should the effect be ran on: WEARER/OPPONENT. + +    potion-type: SPEED + +  + +    amplifier: "{level}" + +  + +    duration: "{level} * 3" + +    # Chance of the effect firing. + +    chance: "4 * {level}" \ No newline at end of file diff --git a/src/main/resources/enchants/legendary/Drunk.yml b/src/main/resources/enchants/legendary/Drunk.yml new file mode 100644 index 0000000..ce41657 --- /dev/null +++ b/src/main/resources/enchants/legendary/Drunk.yml @@ -0,0 +1,59 @@ +#Who made this? + +Author: Auora + + +# The enchant identifier must be unique. +identifier: Drunk + +# The max level for this enchant. +max-level: 4 + +# The group of this enchant. Configure the groups in the groups.yml file. +group: LEGENDARY + +book-item: + + material: BOOK + + display-name: "&2&lDrunk {level}" + + # The lore on the enchantments books. + + lore: + + - "&7Drag on to enchant" + + - "&a{success_rate}% Success Rate" + + - "&c{destroy_rate}% Destroy Rate" + + + +# How the enchant should be formatted on the enchanted item. + +applied-format: "&2Drunk {level}" + +# Description +description: + - "A chance of making your opponent drunk!" + +# What items this enchant can be applied to. +item-whitelist: + - "ARMOR" + +# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +effects: + POTION: + # The trigger that will fire this effect. + trigger: DEFENSE_PLAYER_MELEE,DEFENSE_PLAYER_RANGE + # Who do you want to give the effect? + who: OPPONENT + # What player should the effect be ran on: WEARER/OPPONENT. + potion-type: NAUSEA + + amplifier: "{level}" + + duration: "{level} * 3" + # Chance of the effect firing. + chance: "4 * {level}" \ No newline at end of file diff --git a/src/main/resources/enchants/legendary/Enlightened.yml b/src/main/resources/enchants/legendary/Enlightened.yml index 92a2a7d..d2066e6 100644 --- a/src/main/resources/enchants/legendary/Enlightened.yml +++ b/src/main/resources/enchants/legendary/Enlightened.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bEnlightened {level}" + # Description description: - "Chance to heal while damaged." diff --git a/src/main/resources/enchants/legendary/Gears.yml b/src/main/resources/enchants/legendary/Gears.yml index 5d39b60..a65cac4 100644 --- a/src/main/resources/enchants/legendary/Gears.yml +++ b/src/main/resources/enchants/legendary/Gears.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bGears {level}" + # Description description: - "Gain speed when equipped." diff --git a/src/main/resources/enchants/legendary/LifeSteal.yml b/src/main/resources/enchants/legendary/LifeSteal.yml index 7581ef6..8748b59 100644 --- a/src/main/resources/enchants/legendary/LifeSteal.yml +++ b/src/main/resources/enchants/legendary/LifeSteal.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bLifeSteal {level}" + # Description description: - "Chance to steal life from your opponent." diff --git a/src/main/resources/enchants/legendary/Overload.yml b/src/main/resources/enchants/legendary/Overload.yml index c2ee883..69d98a5 100644 --- a/src/main/resources/enchants/legendary/Overload.yml +++ b/src/main/resources/enchants/legendary/Overload.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bOverload {level}" + # Description description: - "Grants permanent extra health." diff --git a/src/main/resources/enchants/legendary/Resist.yml b/src/main/resources/enchants/legendary/Resist.yml index 0fcc407..cbad523 100644 --- a/src/main/resources/enchants/legendary/Resist.yml +++ b/src/main/resources/enchants/legendary/Resist.yml @@ -12,6 +12,9 @@ group: LEGENDARY # How the enchant should be formatted on the enchanted item. applied-format: "&bResist {level}" +# How the enchant should be formatted on the enchanted item. +applied-format: "&bResist {level}" + # Description description: - "A chance of giving the resist effect." diff --git a/src/main/resources/enchants/legendary/SkillSwipe.yml b/src/main/resources/enchants/legendary/SkillSwipe.yml index a671fd7..ab801e4 100644 --- a/src/main/resources/enchants/legendary/SkillSwipe.yml +++ b/src/main/resources/enchants/legendary/SkillSwipe.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: LEGENDARY +# How the enchant should be formatted on the enchanted item. +applied-format: "&bSkillSwipe {level}" + # Description description: - "Chance to steal EXP from your opponent." diff --git a/src/main/resources/enchants/simple/Aquatic.yml b/src/main/resources/enchants/simple/Aquatic.yml index 20005ed..1c76680 100644 --- a/src/main/resources/enchants/simple/Aquatic.yml +++ b/src/main/resources/enchants/simple/Aquatic.yml @@ -9,6 +9,9 @@ max-level: 1 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aAquatic {level}" + # Description description: - "Gives permanent water breathing." diff --git a/src/main/resources/enchants/simple/Confusion.yml b/src/main/resources/enchants/simple/Confusion.yml index de74f5a..a17f6b5 100644 --- a/src/main/resources/enchants/simple/Confusion.yml +++ b/src/main/resources/enchants/simple/Confusion.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aConfusion {level}" + # Description description: - "A chance to deal" diff --git a/src/main/resources/enchants/simple/Experience.yml b/src/main/resources/enchants/simple/Experience.yml index b969413..827a55c 100644 --- a/src/main/resources/enchants/simple/Experience.yml +++ b/src/main/resources/enchants/simple/Experience.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aExperience {level}" + # Description description: - "A chance to receive" diff --git a/src/main/resources/enchants/simple/Glowing.yml b/src/main/resources/enchants/simple/Glowing.yml index f13755d..cf5132b 100644 --- a/src/main/resources/enchants/simple/Glowing.yml +++ b/src/main/resources/enchants/simple/Glowing.yml @@ -6,6 +6,9 @@ identifier: Glowing # The max level for this enchant. max-level: 1 +# How the enchant should be formatted on the enchanted item. +applied-format: "&aGlowing {level}" + # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE diff --git a/src/main/resources/enchants/simple/Haste.yml b/src/main/resources/enchants/simple/Haste.yml index f8e57da..8c63ae2 100644 --- a/src/main/resources/enchants/simple/Haste.yml +++ b/src/main/resources/enchants/simple/Haste.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aHaste {level}" + # Description description: - "Permanent haste effect when" diff --git a/src/main/resources/enchants/simple/Insomnia.yml b/src/main/resources/enchants/simple/Insomnia.yml index 0e6a16a..c720840 100644 --- a/src/main/resources/enchants/simple/Insomnia.yml +++ b/src/main/resources/enchants/simple/Insomnia.yml @@ -9,6 +9,9 @@ max-level: 7 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aInsomnia {level}" + # Description description: - "A chance to give your opponent" diff --git a/src/main/resources/enchants/simple/Lightning.yml b/src/main/resources/enchants/simple/Lightning.yml index 71bd955..b9f62e6 100644 --- a/src/main/resources/enchants/simple/Lightning.yml +++ b/src/main/resources/enchants/simple/Lightning.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aLightning {level}" + # Description description: - "A chance to strike lightning" diff --git a/src/main/resources/enchants/simple/Obliterate.yml b/src/main/resources/enchants/simple/Obliterate.yml index d0c4ae6..7a4a931 100644 --- a/src/main/resources/enchants/simple/Obliterate.yml +++ b/src/main/resources/enchants/simple/Obliterate.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aObliterate {level}" + # Description description: - "A chance to deal extreme knockback" diff --git a/src/main/resources/enchants/simple/Oxygenate.yml b/src/main/resources/enchants/simple/Oxygenate.yml index e97354e..683d9d4 100644 --- a/src/main/resources/enchants/simple/Oxygenate.yml +++ b/src/main/resources/enchants/simple/Oxygenate.yml @@ -9,6 +9,9 @@ max-level: 1 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&aOxygenate {level}" + # Description description: - "A chance to refill your oxygen" diff --git a/src/main/resources/enchants/ultimate/Blind.yml b/src/main/resources/enchants/ultimate/Blind.yml index 81c2967..053a1ae 100644 --- a/src/main/resources/enchants/ultimate/Blind.yml +++ b/src/main/resources/enchants/ultimate/Blind.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: ULTIMATE +# How the enchant should be formatted on the enchanted item. +applied-format: "&dBlind {level}" + # Description description: - "Chance to give the blindness on" diff --git a/src/main/resources/enchants/ultimate/Dodge.yml b/src/main/resources/enchants/ultimate/Dodge.yml index ed926cd..3bfa74a 100644 --- a/src/main/resources/enchants/ultimate/Dodge.yml +++ b/src/main/resources/enchants/ultimate/Dodge.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: ULTIMATE +# How the enchant should be formatted on the enchanted item. +applied-format: "&dDodge {level}" + # Description description: - "Chance to dodge melee attacks," diff --git a/src/main/resources/enchants/ultimate/Fly.yml b/src/main/resources/enchants/ultimate/Fly.yml index 826e2e6..6438892 100644 --- a/src/main/resources/enchants/ultimate/Fly.yml +++ b/src/main/resources/enchants/ultimate/Fly.yml @@ -9,6 +9,9 @@ max-level: 1 # The group of this enchant. Configure the groups in the groups.yml file. group: ULTIMATE +# How the enchant should be formatted on the enchanted item. +applied-format: "&dFly {level}" + # Description description: - "Gives you fly when you equip the" diff --git a/src/main/resources/enchants/ultimate/IceAspect.yml b/src/main/resources/enchants/ultimate/IceAspect.yml index 7303f2d..d569780 100644 --- a/src/main/resources/enchants/ultimate/IceAspect.yml +++ b/src/main/resources/enchants/ultimate/IceAspect.yml @@ -9,6 +9,9 @@ max-level: 2 # The group of this enchant. Configure the groups in the groups.yml file. group: ULTIMATE +# How the enchant should be formatted on the enchanted item. +applied-format: "&dIceAspect {level}" + #Description description: - "Chance to slow your opponent." diff --git a/src/main/resources/enchants/ultimate/StormFall.yml b/src/main/resources/enchants/ultimate/StormFall.yml index 88bf112..38b663b 100644 --- a/src/main/resources/enchants/ultimate/StormFall.yml +++ b/src/main/resources/enchants/ultimate/StormFall.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: ULTIMATE +# How the enchant should be formatted on the enchanted item. +applied-format: "&dStormFall {level}" + # Description description: - "Summon Lightnings at your Opponnent." diff --git a/src/main/resources/enchants/unique/Berserk.yml b/src/main/resources/enchants/unique/Berserk.yml index 73f5282..63a34d1 100644 --- a/src/main/resources/enchants/unique/Berserk.yml +++ b/src/main/resources/enchants/unique/Berserk.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&eBerserk {level}" + # Description description: - "A chance to receive strength." diff --git a/src/main/resources/enchants/unique/Decapitation.yml b/src/main/resources/enchants/unique/Decapitation.yml index 4f8989c..1904d53 100644 --- a/src/main/resources/enchants/unique/Decapitation.yml +++ b/src/main/resources/enchants/unique/Decapitation.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&eDecapitation {level}" + # Description description: - "Decapitate your victim and" diff --git a/src/main/resources/enchants/unique/Explosive.yml b/src/main/resources/enchants/unique/Explosive.yml index 2bb21d2..7e2049e 100644 --- a/src/main/resources/enchants/unique/Explosive.yml +++ b/src/main/resources/enchants/unique/Explosive.yml @@ -6,6 +6,9 @@ identifier: Explosive # The max level for this enchant. max-level: 5 +# How the enchant should be formatted on the enchanted item. +applied-format: "&eExplosive {level}" + # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE diff --git a/src/main/resources/enchants/unique/FeatherWeight.yml b/src/main/resources/enchants/unique/FeatherWeight.yml index b2f6299..5f1ab54 100644 --- a/src/main/resources/enchants/unique/FeatherWeight.yml +++ b/src/main/resources/enchants/unique/FeatherWeight.yml @@ -9,6 +9,10 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&eFeathWeight {level}" + + # Description description: - "A chance to give a burst of haste." diff --git a/src/main/resources/enchants/unique/ObsidianDestroyer.yml b/src/main/resources/enchants/unique/ObsidianDestroyer.yml index 26c569b..1f06b7c 100644 --- a/src/main/resources/enchants/unique/ObsidianDestroyer.yml +++ b/src/main/resources/enchants/unique/ObsidianDestroyer.yml @@ -9,6 +9,9 @@ max-level: 5 # The group of this enchant. Configure the groups in the groups.yml file. group: SIMPLE +# How the enchant should be formatted on the enchanted item. +applied-format: "&eObsidianDestroyer {level}" + # Description description: - "A chance to instantly break obsidian." diff --git a/src/main/resources/enchants/unique/PlagueCarrier.yml b/src/main/resources/enchants/unique/PlagueCarrier.yml index a60ad5e..0878256 100644 --- a/src/main/resources/enchants/unique/PlagueCarrier.yml +++ b/src/main/resources/enchants/unique/PlagueCarrier.yml @@ -9,6 +9,9 @@ max-level: 8 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&ePlagueCarrier {level}" + # Description description: - "When near death summon creepers" diff --git a/src/main/resources/enchants/unique/Ragdoll.yml b/src/main/resources/enchants/unique/Ragdoll.yml index 5abe53a..6380740 100644 --- a/src/main/resources/enchants/unique/Ragdoll.yml +++ b/src/main/resources/enchants/unique/Ragdoll.yml @@ -9,6 +9,9 @@ max-level: 4 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&Ragdoll {level}" + # Description description: - "A chance to be pushed back when." diff --git a/src/main/resources/enchants/unique/SelfDestruct.yml b/src/main/resources/enchants/unique/SelfDestruct.yml index 1ae35c4..2d21325 100644 --- a/src/main/resources/enchants/unique/SelfDestruct.yml +++ b/src/main/resources/enchants/unique/SelfDestruct.yml @@ -9,6 +9,9 @@ max-level: 3 # The group of this enchant. Configure the groups in the groups.yml file. group: UNIQUE +# How the enchant should be formatted on the enchanted item. +applied-format: "&eSelfDestruct {level}" + # Description description: - "When near death spawns tnt around you."