Skip to content

Commit 329650b

Browse files
authored
Merge pull request #1 from KCodeYT/powernukkitx
Switch to PowerNukkitX
2 parents 8828e67 + 82e9538 commit 329650b

68 files changed

Lines changed: 1841 additions & 1070 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>de.kcodeyt</groupId>
8-
<artifactId>PlotPlugin</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<groupId>ms.kevi</groupId>
8+
<artifactId>plotplugin</artifactId>
9+
<version>1.0.0</version>
1010

1111
<repositories>
1212
<repository>
13-
<id>nukkit-repo</id>
14-
<url>https://repo.nukkitx.com/snapshot</url>
13+
<id>opencollab-dev-repo</id>
14+
<url>https://repo.opencollab.dev/snapshot/</url>
1515
</repository>
1616
</repositories>
1717

1818
<dependencies>
1919
<dependency>
20-
<groupId>org.powernukkit</groupId>
21-
<artifactId>powernukkit</artifactId>
22-
<version>1.6.0.0-PN-SNAPSHOT</version>
20+
<groupId>cn.powernukkitx</groupId>
21+
<artifactId>powernukkitx</artifactId>
22+
<version>1.6.0.0-PNX-SNAPSHOT</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
<dependency>
@@ -32,11 +32,6 @@
3232
<artifactId>gson</artifactId>
3333
<version>2.9.0</version>
3434
</dependency>
35-
<dependency>
36-
<groupId>commons-io</groupId>
37-
<artifactId>commons-io</artifactId>
38-
<version>2.11.0</version>
39-
</dependency>
4035
</dependencies>
4136

4237
<build>
@@ -46,8 +41,9 @@
4641
<artifactId>maven-compiler-plugin</artifactId>
4742
<version>3.8.1</version>
4843
<configuration>
49-
<source>8</source>
50-
<target>8</target>
44+
<release>17</release>
45+
<source>17</source>
46+
<target>17</target>
5147
</configuration>
5248
</plugin>
5349
</plugins>

src/main/java/de/kcodeyt/plotplugin/command/PlotCommand.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/main/java/de/kcodeyt/plotplugin/command/defaults/ReloadCommand.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/main/java/de/kcodeyt/plotplugin/util/Language.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/main/java/de/kcodeyt/plotplugin/util/PlotVector.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)