From f6b23bf6498a1e9ba04dd81c7837920047d41db1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 4 Sep 2022 16:22:50 +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 feae4a6..b48d2c8 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.38.0' - 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 c52ef33..d8ba359 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sat Sep 03 14:21:09 BST 2022 -version=5.43.1 +#Sun Sep 04 16:22:50 BST 2022 +version=5.44.0 plugin-name=Reforges