File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ repositories {
2020}
2121
2222dependencies {
23- compileOnly(" org.projectlombok:lombok:1.18.38 " )
24- annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
25- compileOnly(" io.papermc.paper:paper-api:1.21.7 -R0.1-SNAPSHOT" )
26- compileOnly(" dev.plex:server:1.5 " )
23+ compileOnly(" org.projectlombok:lombok:1.18.42 " )
24+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
25+ compileOnly(" io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT" )
26+ compileOnly(" dev.plex:server:1.6 " )
2727 compileOnly(" net.essentialsx:EssentialsX:2.21.2-SNAPSHOT" )
2828}
2929
3030group = " dev.plex"
31- version = " 1.5 "
31+ version = " 1.6 "
3232description = " Module-NickMiniMessage"
3333
3434java {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11name : Module-NickMiniMessage
22main : dev.plex.module.nickmm.NickMiniMessageModule
33description : Module for Plex that adds a command allowing for Essentials nicknames to be created with MiniMessage
4- version : 1.5
4+ version : 1.6
You can’t perform that action at this time.
0 commit comments