From 1b4851fb9ce807a79a46d3a9c8d7e47fab80f3a7 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 4 Sep 2022 16:22:01 +0100 Subject: [PATCH] libreforge-updater --- build.gradle | 2 +- .../core-plugin/src/main/resources/chains.yml | 21 +++++++++++++++++++ gradle.properties | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 eco-core/core-plugin/src/main/resources/chains.yml diff --git a/build.gradle b/build.gradle index c7f1e4a..4b64edd 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.35.1' - implementation 'com.willfp:libreforge:3.92.1' + implementation 'com.willfp:libreforge:3.93.0' implementation 'org.joml:joml:1.10.4' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/resources/chains.yml b/eco-core/core-plugin/src/main/resources/chains.yml new file mode 100644 index 0000000..e882918 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/chains.yml @@ -0,0 +1,21 @@ +# Read more about chains: https://plugins.auxilor.io/effects/configuring-an-effect#effect-chains + +chains: + - id: example_chain + effects: + - id: teleport + - id: potion_effect + args: + effect: blindness + level: 3 + duration: 30 + apply_to_player: true + - id: send_message + args: + message: "&fYou have been teleported!" + action_bar: true + - id: play_sound + args: + sound: entity_dragon_fireball_explode + pitch: 1.5 + volume: 4 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b27c6e6..83ce09e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sat Sep 03 14:20:18 BST 2022 -version=8.77.1 +#Sun Sep 04 16:22:01 BST 2022 +version=8.78.0 plugin-name=EcoBosses