File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
src/main/java/parallelmc/parallelutils
src/main/java/parallelmc/parallelutils/modules/bitsandbobs/minimodules Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99group = ' org.parallelmc'
1010
11- version = ' 4.7 .0'
11+ version = ' 4.8 .0'
1212description = ' A set of utilities and features for use on the Parallel Minecraft server'
1313
1414java {
@@ -28,14 +28,14 @@ repositories {
2828
2929dependencies {
3030 // compileOnly 'io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT'
31- paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.6 -R0.1-SNAPSHOT" )
31+ paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.11 -R0.1-SNAPSHOT" )
3232
3333 implementation ' org.jetbrains:annotations:24.0.1'
3434 testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.2'
3535 implementation ' net.dv8tion:JDA:5.0.0-beta.24'
3636 compileOnly ' me.clip:placeholderapi:2.11.6'
3737 compileOnly fileTree(' libs' ) { include ' *.jar' }
38- compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.13'
38+ // compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.13'
3939 implementation ' com.mysql:mysql-connector-j:8.3.0'
4040 compileOnly ' com.comphenix.protocol:ProtocolLib:5.3.0'
4141 compileOnly ' dev.esophose:playerparticles:8.7'
Original file line number Diff line number Diff line change 55
66public class Constants {
77
8- public static final Version VERSION = new Version (4 , 7 , 0 );
8+ public static final Version VERSION = new Version (4 , 8 , 0 );
99 public static final String PLUGIN_NAME = "ParallelUtils" ;
1010 public static final Component PLUGIN_PREFIX = MiniMessage .miniMessage ()
1111 .deserialize ("<dark_aqua>[<white><bold>P</bold><dark_aqua>] <reset>" );
Original file line number Diff line number Diff line change 1515paperweight. reobfArtifactConfiguration = ReobfArtifactConfiguration . getMOJANG_PRODUCTION()
1616
1717dependencies {
18- paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.6 -R0.1-SNAPSHOT" )
18+ paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.11 -R0.1-SNAPSHOT" )
1919}
2020
2121compileJava. options. encoding = " UTF-8"
@@ -42,7 +42,7 @@ allprojects {
4242 }
4343
4444 dependencies {
45- paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.6 -R0.1-SNAPSHOT" )
45+ paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:1.21.11 -R0.1-SNAPSHOT" )
4646 // paperweight.paperDevBundle("1.20.6-R0.1-SNAPSHOT")
4747
4848 // compileOnly "io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT"
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 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dependencies {
2525 compileOnly ' net.dv8tion:JDA:5.0.0-beta.24'
2626 compileOnly ' me.clip:placeholderapi:2.11.6'
2727 compileOnly fileTree(' libs' ) { include ' *.jar' }
28- compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.13'
28+ // compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.13'
2929 compileOnly ' com.mysql:mysql-connector-j:8.3.0'
3030 compileOnly ' com.comphenix.protocol:ProtocolLib:5.3.0'
3131 compileOnly ' dev.esophose:playerparticles:8.7'
32- compileOnly " io.papermc.paper:paper-api:1.21.6 -R0.1-SNAPSHOT"
32+ compileOnly " io.papermc.paper:paper-api:1.21.11 -R0.1-SNAPSHOT"
3333}
3434
3535def names = []
Original file line number Diff line number Diff line change 11package parallelmc .parallelutils .modules .bitsandbobs .minimodules ;
22
3- import net .minecraft .world .entity .animal .Chicken ;
43import org .bukkit .Material ;
4+ import org .bukkit .entity .Chicken ;
55import org .bukkit .entity .Item ;
66import org .bukkit .event .EventHandler ;
77import org .bukkit .event .Listener ;
You can’t perform that action at this time.
0 commit comments