Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from Timongcraft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Timongcraft authored Dec 26, 2023
2 parents a7a496d + 54ad854 commit f7beb84
Show file tree
Hide file tree
Showing 61 changed files with 2,217 additions and 1,663 deletions.
2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

223 changes: 216 additions & 7 deletions .idea/workspace.xml

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
- Sound/Highlight your player name in chat
- A permission system
- A maintenance system
- A auto save system
- A hopper sorting system
- A coordinate save system
- A team chat
- A resource pack system
- A alert/broadcast command
- A speed, walkspeed and flyspeed command
- A walkspeed and flyspeed command
- A reboot command that reboots server after a specified amount of minutes with a reason
- A plugin command to disable plugins
- Time in chat messages with formatting
- A configs reload command for the plugin
- Block commands & prefixes
Expand Down Expand Up @@ -249,9 +249,6 @@ blockedCommands:
- 'icanhasbukkit'
- 'pl'
- 'plugins'
- 'me'
- 'tm'
- 'teammsg'
- 'ver'
- 'version'
Expand All @@ -260,7 +257,7 @@ blockedCommands:
blockedPrefix:
- 'bukkit:'
- 'minecraft:'
- 'sbs-system:'
- 'tgc-system:'
````
</details>

Expand Down
36 changes: 16 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>timongcraft</groupId>
<artifactId>Tgc-System</artifactId>
<version>1.42</version>
<version>1.43</version>
<packaging>jar</packaging>

<name>Tgc-System</name>
Expand All @@ -28,22 +28,6 @@
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
Expand All @@ -62,19 +46,31 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>minecraft-libraries</id>
<name>Minecraft Libraries</name>
<url>https://libraries.minecraft.net</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-bukkit-shade</artifactId>
<version>9.0.1</version>
<artifactId>commandapi-bukkit-core</artifactId>
<version>9.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>brigadier</artifactId>
<version>1.0.18</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
36 changes: 0 additions & 36 deletions src/main/java/timongcraft/commands/AlertCommand.java

This file was deleted.

38 changes: 0 additions & 38 deletions src/main/java/timongcraft/commands/ColorCodesCommand.java

This file was deleted.

91 changes: 0 additions & 91 deletions src/main/java/timongcraft/commands/FlySpeedCommand.java

This file was deleted.

Loading

0 comments on commit f7beb84

Please sign in to comment.