From 36978c4d103521314e851dd4fcf9c838ff302d66 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 5 Apr 2021 14:02:59 +0100 Subject: [PATCH] Added links to the wiki --- eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml | 1 + eco-core/core-plugin/src/main/resources/bosses/illusioner.yml | 1 + .../core-plugin/src/main/resources/bosses/steel_golem.yml | 1 + eco-core/core-plugin/src/main/resources/bosses/tarantula.yml | 1 + eco-core/core-plugin/src/main/resources/config.yml | 4 +++- 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml b/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml index 9c1e924..b950783 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml @@ -54,6 +54,7 @@ broadcast: - "&f - %third%&f (%third_damage% Damage)" - "" +# Effects can be found on the wiki! https://ecobosses.willfp.com/ effects: - "summon:wolf:15" - "give-potion-effect:wither:4:200:10" diff --git a/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml b/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml index 9b752c7..c7d8ec9 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml @@ -54,6 +54,7 @@ broadcast: - "&f - &9%third%&f (%third_damage% Damage)" - "" +# Effects can be found on the wiki! https://ecobosses.willfp.com/ effects: - "summon:evoker:10" - "summon:vindicator:10" diff --git a/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml b/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml index 8cbb9da..a75f979 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml @@ -54,6 +54,7 @@ broadcast: - "&f - &8%third%&f (%third_damage% Damage)" - "" +# Effects can be found on the wiki! https://ecobosses.willfp.com/ effects: - "damage-nearby-players:15:2:3" - "summon:iron_golem:10" diff --git a/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml b/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml index c4c70bb..48e6ed0 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml @@ -54,6 +54,7 @@ broadcast: - "&f - &4%third%&f (%third_damage% Damage)" - "" +# Effects can be found on the wiki! https://ecobosses.willfp.com/ effects: - "lightning-nearby-entities:100:15:2:3" - "summon:spider:15" diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 52d8b3c..0da5e65 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -3,4 +3,6 @@ # by Auxilor # -bossbar-radius: 50 # How far away players should be able to see the boss bar for bosses. \ No newline at end of file +bossbar-radius: 50 # How far away players should be able to see the boss bar for bosses. + +# Read the wiki! https://ecobosses.willfp.com/ \ No newline at end of file