Initial commit

This commit is contained in:
Navoei
2022-07-03 12:35:34 -05:00
commit ba20a7570f
13 changed files with 447 additions and 0 deletions

13
gradle.properties Normal file
View File

@@ -0,0 +1,13 @@
org.gradle.jvmargs=-Xmx2G
java_version=17
bukkit_api_version=1.18
bukkit_version=1.18.2-R0.1-SNAPSHOT
# Target an older API to make it compatible with older versions of Simple Voice Chat
voicechat_api_version=2.2.22
plugin_version=1.0.0
maven_group=com.example.voicechatplugin
archives_base_name=example-plugin