Compare commits

..

16 Commits

Author SHA1 Message Date
Auxilor
2a301158b8 libreforge-updater 2022-09-15 12:10:13 +01:00
Auxilor
ba29170e32 libreforge-updater 2022-09-14 18:53:48 +01:00
Auxilor
94ebc73687 libreforge-updater 2022-09-14 15:12:55 +01:00
Auxilor
1cc853e498 libreforge-updater 2022-09-14 15:10:01 +01:00
Auxilor
d6fef2f64c libreforge-updater 2022-09-14 13:00:15 +01:00
Auxilor
bc341b0a86 libreforge-updater 2022-09-13 19:15:43 +01:00
Auxilor
d5d2e3fd00 libreforge-updater 2022-09-12 21:21:50 +01:00
Auxilor
00d2664653 libreforge-updater 2022-09-12 17:15:40 +01:00
Auxilor
b8e1d55242 libreforge-updater 2022-09-11 19:28:00 +01:00
Auxilor
26f381fcfc libreforge-updater 2022-09-10 12:58:52 +01:00
Auxilor
ad84ce7d45 libreforge-updater 2022-09-10 10:51:51 +01:00
Auxilor
dc1bd7ebcb libreforge-updater 2022-09-06 15:43:50 +01:00
Auxilor
0b658c72ee Updated libreforge 2022-09-06 13:47:47 +01:00
Auxilor
03c0d0e444 libreforge-updater 2022-09-06 13:46:33 +01:00
Auxilor
afd0b76b42 libreforge-updater 2022-09-06 11:25:55 +01:00
Auxilor
2736d1fc7a libreforge-updater 2022-09-05 18:01:01 +01:00
4 changed files with 8 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.37.1'
implementation 'com.willfp:libreforge:3.93.1'
implementation 'com.willfp:libreforge:3.101.0'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -3,7 +3,7 @@ package com.willfp.ecopets.pets
import com.willfp.eco.core.config.interfaces.Config
import com.willfp.libreforge.conditions.ConfiguredCondition
import com.willfp.libreforge.events.TriggerPreProcessEvent
import com.willfp.libreforge.filters.ConfiguredFilter
import com.willfp.libreforge.filters.Filter
import com.willfp.libreforge.triggers.Trigger
import org.bukkit.event.EventHandler
import org.bukkit.event.Listener
@@ -31,7 +31,7 @@ object PetTriggerXPGainListener : Listener {
return
}
if (!ConfiguredFilter(xpGain.filters).matches(data)) {
if (!Filter.matches(data, xpGain.filters)) {
return
}

View File

@@ -257,7 +257,6 @@ point-names: # If you have point names that look ugly (eg g_souls) then you can
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
raytrace-distance: 80 # The distance that alt_click should check for a location
block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes)
potions:
icon:
@@ -269,3 +268,5 @@ potions:
particles:
permanent: false
triggered: true
share-configs: true # If your configs are allowed to be used to gather data and improve the plugin. Nothing identifying (IP, Name, etc) is shared.

View File

@@ -1,4 +1,4 @@
#libreforge-updater
#Sun Sep 04 17:23:04 BST 2022
version=1.29.1
#Thu Sep 15 12:10:13 BST 2022
version=1.37.0
plugin-name=EcoPets