Compare commits

...

3 Commits

Author SHA1 Message Date
Auxilor
233f5398d8 libreforge-updater 2022-09-04 16:22:32 +01:00
Auxilor
0b98694b25 libreforge-updater 2022-09-03 14:20:51 +01:00
Auxilor
3fc9d3ecf3 libreforge-updater 2022-09-01 13:05:58 +01:00
3 changed files with 24 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.37.1'
implementation 'com.willfp:libreforge:3.91.0'
implementation 'com.willfp:libreforge:3.93.0'
implementation 'org.joml:joml:1.10.4'
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
#Wed Aug 31 12:46:03 BST 2022
version=1.27.0
#Sun Sep 04 16:22:32 BST 2022
version=1.29.0
plugin-name=EcoPets