This commit is contained in:
2024-07-22 21:10:03 +02:00
commit 714fdcc312
23 changed files with 369 additions and 0 deletions

Binary file not shown.

Binary file not shown.

10
target/classes/plugin.yml Normal file
View File

@@ -0,0 +1,10 @@
name: ColorfulWords
version: 1.0-1.21
main: org.twipnetwork.colorfulwords.ColorfulWords
api-version: 1.21
commands:
color:
description: Change your chat color
usage: /color <hex>|reset
permission: colorfulwords.color
permission-message: You do not have permission to use this command.

View File

@@ -0,0 +1,3 @@
artifactId=ColorfulWords
groupId=org.twip-network
version=1.0-1.21

View File

@@ -0,0 +1,3 @@
org\twipnetwork\colorfulwords\ColorCommand.class
org\twipnetwork\colorfulwords\ColorfulWords.class
org\twipnetwork\colorfulwords\ChatListener.class

View File

@@ -0,0 +1,2 @@
C:\DEV\JAVA\IntelliJ\ColorfulWords\src\main\java\org\twipnetwork\colorfulwords\ColorfulWords.java
C:\DEV\JAVA\IntelliJ\ColorfulWords\src\main\java\org\twipnetwork\colorfulwords\ChatListener.java

Binary file not shown.