File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Supports all currencies supported by ShopGUIPlus
99
1010Supports all hooks (HeadDatabase, etc) supported by ShopGUIPlus
1111
12- Supports from 1.8, to 1.19
12+ Supports from 1.8, to 1.20
1313
1414Fully customisable messages
1515
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' net.mackenziemolloy.shopguiplus.sellgui'
7- version ' 1.1.5 '
7+ version ' 1.1.6 '
88
99repositories {
1010 mavenLocal()
@@ -19,12 +19,12 @@ repositories {
1919}
2020
2121dependencies {
22- compileOnly " org.spigotmc:spigot-api:1.19 -R0.1-SNAPSHOT"
22+ compileOnly " org.spigotmc:spigot-api:1.20 -R0.1-SNAPSHOT"
2323 compileOnly ' com.github.brcdev-minecraft:shopgui-api:3.0.0'
2424 compileOnly ' org.jetbrains:annotations:22.0.0'
2525 implementation ' org.apache.commons:commons-lang3:3.12.0'
2626 implementation " dev.triumphteam:triumph-gui:3.1.2"
27- implementation ' org.bstats:bstats-bukkit:3.0.0 '
27+ implementation ' org.bstats:bstats-bukkit:3.0.2 '
2828
2929}
3030
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: "An addon for ShopGUIPlus that enables players to easily sell items
44website : " https://www.spigotmc.org/resources/85170/"
55
66main : " net.mackenziemolloy.shopguiplus.sellgui.SellGUI"
7- version : " 1.1.5 "
7+ version : " 1.1.6 "
88api-version : " 1.13"
99
1010authors :
You can’t perform that action at this time.
0 commit comments