3939
4040PluginManifest pluginManifest = [
4141 name : ' CommandPrompter' ,
42- version : new Version (major : 2 , minor : 12 , patch : 0 , fix : 0 , classifier : ' SNAPSHOT' ),
42+ version : new Version (major : 2 , minor : 13 , patch : 0 , fix : 0 , classifier : ' SNAPSHOT' ),
4343 author : ' CyR1en' ,
4444 description : ' Making Commands More Interactive!' ,
4545 entry : ' com.cyr1en.commandprompter.CommandPrompter'
@@ -58,25 +58,26 @@ repositories {
5858 maven { url ' https://repo.codemc.io/repository/maven-public/' }
5959 maven { url ' https://repo.extendedclip.com/content/repositories/placeholderapi/' }
6060 maven { url ' https://jitpack.io' }
61- maven { url ' https://repo.glaremasters.me/repository/towny/' }
61+ maven { url ' https://repo.glaremasters.me/repository/towny/' }
6262 maven { url ' https://repo.william278.net/releases' }
6363 flatDir { dirs ' libs' }
6464}
6565
6666dependencies {
6767 implementation ' com.cyr1en:kiso-utils:1.8-SNAPSHOT'
6868 implementation ' com.cyr1en:kiso-mc:1.8-SNAPSHOT'
69- implementation ' net.wesjd:anvilgui:1.10.4 -SNAPSHOT'
69+ implementation ' net.wesjd:anvilgui:1.10.5 -SNAPSHOT'
7070 implementation ' org.bstats:bstats-bukkit:3.0.2'
7171 implementation group : ' org.fusesource.jansi' , name : ' jansi' , version : ' 2.4.0'
72- implementation ' com.github.stefvanschie.inventoryframework:IF:0.10.19'
73- implementation " net.kyori:adventure-text-minimessage:4.17.0"
74- implementation " dev.jorel:commandapi-bukkit-shade:9.7.0"
75- implementation ' de.rapha149.signgui:signgui:2.5.0'
76-
72+ implementation ' com.github.stefvanschie.inventoryframework:IF:0.11.0'
73+ implementation " net.kyori:adventure-text-minimessage:4.21.0"
74+ implementation " dev.jorel:commandapi-bukkit-shade:10.0.1"
75+ implementation ' de.rapha149.signgui:signgui:2.5.1'
76+ implementation ' org.openjdk.nashorn:nashorn-core:15.4'
77+
78+ compileOnly " net.kyori:adventure-text-serializer-legacy:4.21.0"
79+ compileOnly " net.kyori:adventure-text-serializer-plain:4.21.0"
7780 compileOnly ' me.clip:placeholderapi:2.11.6'
78- compileOnly " net.kyori:adventure-text-serializer-legacy:4.17.0"
79- compileOnly " net.kyori:adventure-text-serializer-plain:4.17.0"
8081 compileOnly ' com.palmergames.bukkit.towny:towny:0.100.3.0'
8182 compileOnly " org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT"
8283 compileOnly ' com.github.LeonMangler:SuperVanish:6.2.18-3'
@@ -85,7 +86,7 @@ dependencies {
8586 compileOnly ' org.jetbrains:annotations:23.0.0'
8687 compileOnly ' net.luckperms:api:5.4'
8788 compileOnly ' net.william278.husktowns:husktowns-common:3.0.5'
88-
89+ compileOnly ' com.github.LeonMangler:PremiumVanishAPI:2.9.0-4 '
8990 // Local
9091 implementation fileTree(dir : ' libs' , include : ' *.jar' )
9192 compileOnly fileTree(dir : ' libs/compileonly' , include : ' *.jar' )
@@ -96,7 +97,7 @@ configurations.implementation {
9697 exclude group : ' org.atteo.classindex' , module : ' classindex'
9798}
9899
99- tasks. named(' jar' ). configure { enabled = false }
100+ tasks. named(' jar' ). configure { enabled = true }
100101
101102shadowJar {
102103 dependencies {
@@ -107,11 +108,10 @@ shadowJar {
107108 archiveClassifier. set(' ' )
108109 archiveVersion. set(pluginManifest. version. getFullVersion())
109110
111+ // relocate 'net.kyori.adventure', 'com.cyr1en.adventure'
110112 relocate ' com.github.stefvanschie.inventoryframework' , ' com.cyr1en.inventoryframework'
111113 relocate ' net.wesjd.anvilgui' , ' com.cyr1en.anvilgui'
112114 relocate ' de.rapha149.signgui' , ' com.cyr1en.signgui'
113- relocate ' net.kyori.adventure' , ' com.cyr1en.adventure'
114- relocate ' net.kyori.examination' , ' com.cyr1en.examination'
115115 relocate ' dev.jorel.commandapi' , ' com.cyr1en.commandapi'
116116 relocate ' org.fusesource.jansi' , ' com.cyr1en.jansi'
117117 relocate ' org.bstats' , ' com.cyr1en.bstats'
0 commit comments