9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-29 11:49:08 +00:00

Update bstats and IF

This commit is contained in:
SamB440
2023-03-27 20:42:57 +01:00
parent 424158c95c
commit 48bc0f6a43

View File

@@ -11,10 +11,10 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("net.wesjd:anvilgui:1.6.3-SNAPSHOT") // anvilgui
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.8") // inventory framework
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.9") // inventory framework
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT") // commands
implementation("co.aikar:idb-core:1.0.0-SNAPSHOT") // database
implementation("org.bstats:bstats-bukkit:3.0.0") // plugin stats
implementation("org.bstats:bstats-bukkit:3.0.1") // plugin stats
implementation("io.papermc:paperlib:1.0.7") // paperlib - async teleport on Paper
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT") {