mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-21 11:25:50 +01:00
Update axapi
This commit is contained in:
parent
3842824a65
commit
f532ed81a5
@ -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'
|
||||
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user