libreforge-updater

This commit is contained in:
Auxilor 2022-09-04 16:22:14 +01:00
parent 04c0960370
commit eadd1aa392
3 changed files with 24 additions and 3 deletions

View File

@ -46,7 +46,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'

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
#Sat Sep 03 14:20:32 BST 2022
version=9.0.0-b8
#Sun Sep 04 16:22:14 BST 2022
version=9.0.0-b9
plugin-name=EcoEnchants