libreforge-updater

This commit is contained in:
Auxilor
2022-09-04 16:21:36 +01:00
parent b2809bd8f9
commit 01fbd2d12c
3 changed files with 24 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ allprojects {
dependencies { dependencies {
compileOnly 'com.willfp:eco:6.37.3' compileOnly 'com.willfp:eco:6.37.3'
implementation 'com.willfp:libreforge:3.92.1' implementation 'com.willfp:libreforge:3.93.0'
implementation 'org.joml:joml:1.10.4' implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -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

View File

@@ -1,4 +1,4 @@
#libreforge-updater #libreforge-updater
#Sat Sep 03 14:19:52 BST 2022 #Sun Sep 04 16:21:36 BST 2022
version=4.55.1 version=4.56.0
plugin-name=Boosters plugin-name=Boosters