Skip to content

Commit d0db40d

Browse files
benrobsonJaedanC
andauthored
Version 1.0: The Beginning (Announcements, Applications, Discord and Server management) (#12)
Co-authored-by: JaedanC <jae.cal@hotmail.com>
1 parent ff32186 commit d0db40d

81 files changed

Lines changed: 1241 additions & 1517 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\target
22
.idea
33
/target
4-
/.idea
4+
/.idea
5+
*.iml

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# zander
1+
# zander
2+
3+
Documentation: [https://modularsoft.org/docs/products/zander](https://modularsoft.org/docs/products/zander)

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
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>com.modularenigma</groupId>
7+
<groupId>org.modularsoft</groupId>
88
<artifactId>zander</artifactId>
99
<version>1.0</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>
1313
<module>zander-proxy</module>
1414
<module>zander-hub</module>
15-
<module>zander-statistics</module>
16-
<module>zander-vote</module>
1715
</modules>
1816

1917
<properties>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<parent>
4+
<artifactId>zander</artifactId>
5+
<groupId>org.modularsoft</groupId>
6+
<version>1.0</version>
7+
</parent>
8+
<modelVersion>4.0.0</modelVersion>
9+
<artifactId>zander-hub</artifactId>
10+
<version>1.0</version>
11+
<repositories>
12+
<repository>
13+
<id>papermc</id>
14+
<url>https://papermc.io/repo/repository/maven-public/</url>
15+
</repository>
16+
</repositories>
17+
<dependencies>
18+
<dependency>
19+
<groupId>io.papermc.paper</groupId>
20+
<artifactId>paper-api</artifactId>
21+
<version>1.18.2-R0.1-SNAPSHOT</version>
22+
<scope>provided</scope>
23+
</dependency>
24+
</dependencies>
25+
</project>

zander-hub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<artifactId>zander</artifactId>
7-
<groupId>com.modularenigma</groupId>
7+
<groupId>org.modularsoft</groupId>
88
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.papermc.paper</groupId>
2727
<artifactId>paper-api</artifactId>
28-
<version>1.18.2-R0.1-SNAPSHOT</version>
28+
<version>1.20.2-R0.1-SNAPSHOT</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
</dependencies>

zander-hub/src/main/java/com/modularenigma/zander/hub/ConfigurationManager.java

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

zander-hub/src/main/java/com/modularenigma/zander/hub/ZanderHubMain.java

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

zander-hub/src/main/java/com/modularenigma/zander/hub/commands/fly.java

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

zander-hub/src/main/java/com/modularenigma/zander/hub/events/HubPlayerJoinChristmas.java

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

zander-hub/src/main/java/com/modularenigma/zander/hub/events/PluginMessageChannel.java

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

0 commit comments

Comments
 (0)