forked from henkelmax/voicechat-broadcast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.16.5 support (uses api 2.2.22 due to java8 support)
- Loading branch information
Showing
6 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
java_version=17 | ||
java_version=8 | ||
|
||
bukkit_api_version=1.19 | ||
bukkit_version=1.19-R0.1-SNAPSHOT | ||
bukkit_api_version=1.16 | ||
bukkit_version=1.16.5-R0.1-SNAPSHOT | ||
|
||
# Target an older API to make it compatible with older versions of the voice chat | ||
# This is the oldest available version of the voice chat API | ||
# If you want to use features that are introduced in later versions you need to use a newer version | ||
voicechat_api_version=2.1.12 | ||
voicechat_api_version=2.2.22 | ||
|
||
plugin_version=1.0.1 | ||
plugin_version=1.0.1-1.16.5 | ||
maven_group=de.maxhenkel.voicechat_broadcast | ||
archives_base_name=voicechat_broadcast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/java/de/maxhenkel/voicechat_broadcast/VoicechatBroadcast.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters