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

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.