Initial commit: Minecraft plugin that detects 'oye' in chat and prints it in green

This commit is contained in:
2026-02-03 01:46:21 -05:00
commit a5a8a8f158
10 changed files with 115 additions and 0 deletions
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
name: OyePlugin
version: 1.0
main: party.cybsec.oye.OyePlugin
api-version: 1.21
+3
View File
@@ -0,0 +1,3 @@
artifactId=oye
groupId=party.cybsec
version=1.0
@@ -0,0 +1 @@
party/cybsec/oye/OyePlugin.class
@@ -0,0 +1 @@
/Users/jacktotonchi/Documents/oye/oye/src/main/java/com/example/oye/OyePlugin.java
Binary file not shown.
Binary file not shown.