mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-25 12:05:56 +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.github.LoneDev6:api-itemsadder:3.6.1'
|
||||||
compileOnly 'com.palmergames.bukkit.towny:towny:0.100.1.0'
|
compileOnly 'com.palmergames.bukkit.towny:towny:0.100.1.0'
|
||||||
implementation platform('com.intellectualsites.bom:bom-newest:1.35')
|
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("com.zaxxer:HikariCP:5.1.0")
|
||||||
implementation("org.bstats:bstats-bukkit:3.0.2")
|
implementation("org.bstats:bstats-bukkit:3.0.2")
|
||||||
compileOnly 'org.black_ixx:playerpoints:3.2.6'
|
compileOnly 'org.black_ixx:playerpoints:3.2.6'
|
||||||
|
@ -64,6 +64,7 @@ class AxMinionsPlugin : AxPlugin() {
|
|||||||
|
|
||||||
override fun updateFlags() {
|
override fun updateFlags() {
|
||||||
FeatureFlags.PACKET_ENTITY_TRACKER_ENABLED.set(true)
|
FeatureFlags.PACKET_ENTITY_TRACKER_ENABLED.set(true)
|
||||||
|
FeatureFlags.USE_LEGACY_HEX_FORMATTER.set(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun load() {
|
override fun load() {
|
||||||
|
Loading…
Reference in New Issue
Block a user