Update axapi

This commit is contained in:
AverageGithub 2024-08-02 15:54:02 +02:00
parent 3842824a65
commit f532ed81a5
2 changed files with 3 additions and 2 deletions

View File

@ -144,7 +144,7 @@ allprojects {
compileOnly 'com.github.LoneDev6:api-itemsadder:3.6.1'
compileOnly 'com.palmergames.bukkit.towny:towny:0.100.1.0'
implementation platform('com.intellectualsites.bom:bom-newest:1.35')
implementation("com.artillexstudios.axapi:axapi:1.4.295:all")
implementation("com.artillexstudios.axapi:axapi:1.4.322:all")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.bstats:bstats-bukkit:3.0.2")
compileOnly 'org.black_ixx:playerpoints:3.2.6'

View File

@ -64,6 +64,7 @@ class AxMinionsPlugin : AxPlugin() {
override fun updateFlags() {
FeatureFlags.PACKET_ENTITY_TRACKER_ENABLED.set(true)
FeatureFlags.USE_LEGACY_HEX_FORMATTER.set(true)
}
override fun load() {
@ -175,4 +176,4 @@ class AxMinionsPlugin : AxPlugin() {
dataHandler.setup()
}
}
}
}