diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c4daa16 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: songoda +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index cb44085..18ac5d5 100644 --- a/README.md +++ b/README.md @@ -1 +1,53 @@ + +
+EpicEnchants + # EpicEnchants + +**Unlock the potential of your weapons, tools and armor by making your own custom enchants +using this highly customizable and versatile advanced enchantment system.** + + +[![Discord](https://img.shields.io/discord/293212540723396608?color=7289DA&label=Discord&logo=discord&logoColor=7289DA)](https://discord.gg/songoda) +[![Patreon](https://img.shields.io/badge/-Support_on_Patreon-F96854.svg?logo=patreon&style=flat&logoColor=white)](https://www.patreon.com/join/songoda) +
+[![Latest version](https://img.shields.io/github/v/tag/songoda/EpicEnchants?include_prereleases&label=Latest&logo=github&labelColor=black)](https://songoda.com/marketplace/product/67) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=songoda_EpicEnchants&metric=alert_status)](https://sonarcloud.io/dashboard?id=songoda_EpicEnchants) +[![GitHub last commit](https://img.shields.io/github/last-commit/songoda/EpicEnchants?label=Last+commit)](https://github.com/songoda/EpicEnchants/commits) +
+[![bStats Servers](https://img.shields.io/bstats/servers/5287?label=Servers)](https://bstats.org/plugin/bukkit/EpicEnchants/5287) +
+ +## Table of Contents + +* [Introduction](#introduction) +* [Marketplace](#marketplace) +* [Documentation](#documentation) +* [Support](#support) +* [Suggestions](#suggestions) + +## Introduction + +`// TODO: Write an introduction` + +## Marketplace + +You can visit [our marketplace](https://songoda.com/marketplace/product/67) to download EpicEnchants as well as take a +look at many other fantastic plugins which are sure to catch your eye. + +## Documentation + +You can find all the information about EpicAnchors, including dependencies, commands, permissions and incompatible +plugins on [our wiki](https://wiki.songoda.com/Epic_Enchants). + +Feel free to also contribute to the wiki as a way to help others in the community with using the plugin. + +## Support + +If you encounter any issues while using the plugin, feel free to create a ticket +on [our support desk](https://support.songoda.com). + +## Suggestions + +For suggestions about features you think should be added to the plugin to increase its functionality, feel free to +create a thread over on [our feedback site](https://feedback.songoda.com). diff --git a/src/main/resources/enchants/elite/AntiGravity.yml b/src/main/resources/enchants/elite/AntiGravity.yml index 7367178..10bfb3f 100644 --- a/src/main/resources/enchants/elite/AntiGravity.yml +++ b/src/main/resources/enchants/elite/AntiGravity.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "BOOTS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/Frozen.yml b/src/main/resources/enchants/elite/Frozen.yml index 1443435..ea17b78 100644 --- a/src/main/resources/enchants/elite/Frozen.yml +++ b/src/main/resources/enchants/elite/Frozen.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/Healy.yml b/src/main/resources/enchants/elite/Healy.yml index 3cfcb03..d717d5e 100644 --- a/src/main/resources/enchants/elite/Healy.yml +++ b/src/main/resources/enchants/elite/Healy.yml @@ -30,7 +30,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: REMOVE_EFFECT: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/Poison.yml b/src/main/resources/enchants/elite/Poison.yml index 1e7d03d..08f1262 100644 --- a/src/main/resources/enchants/elite/Poison.yml +++ b/src/main/resources/enchants/elite/Poison.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "SWORDS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/RocketEscape.yml b/src/main/resources/enchants/elite/RocketEscape.yml index dab7772..b07b4fa 100644 --- a/src/main/resources/enchants/elite/RocketEscape.yml +++ b/src/main/resources/enchants/elite/RocketEscape.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "BOOTS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: THROW: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/Shocky.yml b/src/main/resources/enchants/elite/Shocky.yml index 92e96e0..61100ee 100644 --- a/src/main/resources/enchants/elite/Shocky.yml +++ b/src/main/resources/enchants/elite/Shocky.yml @@ -32,7 +32,7 @@ description: item-whitelist: - "PICKAXE" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: SPAWN_TNT: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/elite/Wither.yml b/src/main/resources/enchants/elite/Wither.yml index efc8e37..086e515 100644 --- a/src/main/resources/enchants/elite/Wither.yml +++ b/src/main/resources/enchants/elite/Wither.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/legendary/DeathBringer.yml b/src/main/resources/enchants/legendary/DeathBringer.yml index 8e3ef02..daeaab9 100644 --- a/src/main/resources/enchants/legendary/DeathBringer.yml +++ b/src/main/resources/enchants/legendary/DeathBringer.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "AXES" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/legendary/DeathGod.yml b/src/main/resources/enchants/legendary/DeathGod.yml index ded4283..911782a 100644 --- a/src/main/resources/enchants/legendary/DeathGod.yml +++ b/src/main/resources/enchants/legendary/DeathGod.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "HELMETS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: MODIFY_HEALTH: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/legendary/Drunk.yml b/src/main/resources/enchants/legendary/Drunk.yml index f848e2d..d29da3b 100644 --- a/src/main/resources/enchants/legendary/Drunk.yml +++ b/src/main/resources/enchants/legendary/Drunk.yml @@ -30,7 +30,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/legendary/Enlightened.yml b/src/main/resources/enchants/legendary/Enlightened.yml index c0b4c28..bbdcc3a 100644 --- a/src/main/resources/enchants/legendary/Enlightened.yml +++ b/src/main/resources/enchants/legendary/Enlightened.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: MODIFY_HEALTH: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/legendary/Gears.yml b/src/main/resources/enchants/legendary/Gears.yml index 08bf7c9..34984c4 100644 --- a/src/main/resources/enchants/legendary/Gears.yml +++ b/src/main/resources/enchants/legendary/Gears.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "BOOTS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/legendary/LifeSteal.yml b/src/main/resources/enchants/legendary/LifeSteal.yml index 2ca7abb..8a227e7 100644 --- a/src/main/resources/enchants/legendary/LifeSteal.yml +++ b/src/main/resources/enchants/legendary/LifeSteal.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "SWORDS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: STEAL_HEALTH: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/legendary/Overload.yml b/src/main/resources/enchants/legendary/Overload.yml index 75909cd..ad4e3b5 100644 --- a/src/main/resources/enchants/legendary/Overload.yml +++ b/src/main/resources/enchants/legendary/Overload.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/legendary/Resist.yml b/src/main/resources/enchants/legendary/Resist.yml index 48e9178..b0d5da9 100644 --- a/src/main/resources/enchants/legendary/Resist.yml +++ b/src/main/resources/enchants/legendary/Resist.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/legendary/SkillSwipe.yml b/src/main/resources/enchants/legendary/SkillSwipe.yml index ee7a61f..d410b74 100644 --- a/src/main/resources/enchants/legendary/SkillSwipe.yml +++ b/src/main/resources/enchants/legendary/SkillSwipe.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "SWORDS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: STEAL_EXP: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/simple/Aquatic.yml b/src/main/resources/enchants/simple/Aquatic.yml index d34ee25..4794270 100644 --- a/src/main/resources/enchants/simple/Aquatic.yml +++ b/src/main/resources/enchants/simple/Aquatic.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "HELMETS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/simple/Confusion.yml b/src/main/resources/enchants/simple/Confusion.yml index fede3ae..0dc7f7e 100644 --- a/src/main/resources/enchants/simple/Confusion.yml +++ b/src/main/resources/enchants/simple/Confusion.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "HELMETS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/simple/Experience.yml b/src/main/resources/enchants/simple/Experience.yml index 87581b8..494c84a 100644 --- a/src/main/resources/enchants/simple/Experience.yml +++ b/src/main/resources/enchants/simple/Experience.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "TOOLS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: MODIFY_EXP: # Chance that this will happen diff --git a/src/main/resources/enchants/simple/Glowing.yml b/src/main/resources/enchants/simple/Glowing.yml index aa8a10c..041a14b 100644 --- a/src/main/resources/enchants/simple/Glowing.yml +++ b/src/main/resources/enchants/simple/Glowing.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "HELMETS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION-1: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/simple/Haste.yml b/src/main/resources/enchants/simple/Haste.yml index ff12122..9016b52 100644 --- a/src/main/resources/enchants/simple/Haste.yml +++ b/src/main/resources/enchants/simple/Haste.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "TOOLS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/simple/Insomnia.yml b/src/main/resources/enchants/simple/Insomnia.yml index d3ad4cf..f57e5ca 100644 --- a/src/main/resources/enchants/simple/Insomnia.yml +++ b/src/main/resources/enchants/simple/Insomnia.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "SWORDS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION-1: # Chance that this will happen diff --git a/src/main/resources/enchants/simple/Lightning.yml b/src/main/resources/enchants/simple/Lightning.yml index ccf77b8..680c818 100644 --- a/src/main/resources/enchants/simple/Lightning.yml +++ b/src/main/resources/enchants/simple/Lightning.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "BOWS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: LIGHTNING: # Chance that this will happen diff --git a/src/main/resources/enchants/simple/Obliterate.yml b/src/main/resources/enchants/simple/Obliterate.yml index b2905f3..1e082f8 100644 --- a/src/main/resources/enchants/simple/Obliterate.yml +++ b/src/main/resources/enchants/simple/Obliterate.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "WEAPONS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: THROW: # Chance that this will happen diff --git a/src/main/resources/enchants/simple/Oxygenate.yml b/src/main/resources/enchants/simple/Oxygenate.yml index f384224..4ed66c1 100644 --- a/src/main/resources/enchants/simple/Oxygenate.yml +++ b/src/main/resources/enchants/simple/Oxygenate.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "TOOLS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/ultimate/Blind.yml b/src/main/resources/enchants/ultimate/Blind.yml index ea78fe0..879574f 100644 --- a/src/main/resources/enchants/ultimate/Blind.yml +++ b/src/main/resources/enchants/ultimate/Blind.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "WEAPONS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect. diff --git a/src/main/resources/enchants/ultimate/Dodge.yml b/src/main/resources/enchants/ultimate/Dodge.yml index 87c5b6a..b7bea93 100644 --- a/src/main/resources/enchants/ultimate/Dodge.yml +++ b/src/main/resources/enchants/ultimate/Dodge.yml @@ -1,4 +1,4 @@ -author: "Songoda" +author: "Songoda" # The enchant identifier must be unique. identifier: Dodge @@ -21,7 +21,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: CANCEL_EVENT: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/ultimate/Fly.yml b/src/main/resources/enchants/ultimate/Fly.yml index 02353f0..17670c3 100644 --- a/src/main/resources/enchants/ultimate/Fly.yml +++ b/src/main/resources/enchants/ultimate/Fly.yml @@ -22,7 +22,7 @@ item-whitelist: - "ARMOR" - "TOOLS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: FLY: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/ultimate/FoodSteal.yml b/src/main/resources/enchants/ultimate/FoodSteal.yml index e162c09..01470ba 100644 --- a/src/main/resources/enchants/ultimate/FoodSteal.yml +++ b/src/main/resources/enchants/ultimate/FoodSteal.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "SWORDS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: STEAL_FOOD: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/ultimate/StormFall.yml b/src/main/resources/enchants/ultimate/StormFall.yml index 3974598..853e626 100644 --- a/src/main/resources/enchants/ultimate/StormFall.yml +++ b/src/main/resources/enchants/ultimate/StormFall.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "BOWS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: effects: LIGHTNING-1: diff --git a/src/main/resources/enchants/unique/Berserk.yml b/src/main/resources/enchants/unique/Berserk.yml index bd553b2..941580c 100644 --- a/src/main/resources/enchants/unique/Berserk.yml +++ b/src/main/resources/enchants/unique/Berserk.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "AXES" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # Chance that this will happen diff --git a/src/main/resources/enchants/unique/Decapitation.yml b/src/main/resources/enchants/unique/Decapitation.yml index b6e5f38..ba41904 100644 --- a/src/main/resources/enchants/unique/Decapitation.yml +++ b/src/main/resources/enchants/unique/Decapitation.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "AXES" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: DROP_HEAD: # Chance that this will happen diff --git a/src/main/resources/enchants/unique/Explosive.yml b/src/main/resources/enchants/unique/Explosive.yml index b8aa00e..82eb2be 100644 --- a/src/main/resources/enchants/unique/Explosive.yml +++ b/src/main/resources/enchants/unique/Explosive.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "BOWS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: EXPLODE: # Chance that this will happen diff --git a/src/main/resources/enchants/unique/FeatherWeight.yml b/src/main/resources/enchants/unique/FeatherWeight.yml index 744632c..fc3b5ec 100644 --- a/src/main/resources/enchants/unique/FeatherWeight.yml +++ b/src/main/resources/enchants/unique/FeatherWeight.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "TOOLS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: POTION: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/unique/ObsidianDestroyer.yml b/src/main/resources/enchants/unique/ObsidianDestroyer.yml index 1f06b7c..3d61c9f 100644 --- a/src/main/resources/enchants/unique/ObsidianDestroyer.yml +++ b/src/main/resources/enchants/unique/ObsidianDestroyer.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "PICKAXES" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: MODIFY_BLOCK: # The trigger that will fire this effect diff --git a/src/main/resources/enchants/unique/PlagueCarrier.yml b/src/main/resources/enchants/unique/PlagueCarrier.yml index 4d49e18..6833792 100644 --- a/src/main/resources/enchants/unique/PlagueCarrier.yml +++ b/src/main/resources/enchants/unique/PlagueCarrier.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "LEGGINGS" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: SPAWN_MOB: # The mob type. diff --git a/src/main/resources/enchants/unique/Ragdoll.yml b/src/main/resources/enchants/unique/Ragdoll.yml index c890447..06c938b 100644 --- a/src/main/resources/enchants/unique/Ragdoll.yml +++ b/src/main/resources/enchants/unique/Ragdoll.yml @@ -21,7 +21,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: THROW: # Chance that this will happen diff --git a/src/main/resources/enchants/unique/SelfDestruct.yml b/src/main/resources/enchants/unique/SelfDestruct.yml index 2f29ea9..f8d072c 100644 --- a/src/main/resources/enchants/unique/SelfDestruct.yml +++ b/src/main/resources/enchants/unique/SelfDestruct.yml @@ -20,7 +20,7 @@ description: item-whitelist: - "ARMOR" -# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials +# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials effects: SPAWN_TNT: # Trigger event that spawns the mob.