I did a lot, Next commit will be the basics of the webhook.

This commit is contained in:
TheTrouper
2023-07-02 16:33:40 -05:00
parent 1fcea091fe
commit 9257f3d5d2
21 changed files with 1099 additions and 704 deletions

View File

@@ -2,8 +2,8 @@ plugins {
id 'java'
}
group = 'io.github.itzispyder'
version = '(YourPluginVersion)'
group = 'io.github.thetrouper'
version = '0.0.1'
repositories {
mavenCentral()