skript-simple-voice-chat

Addon skript-simple-voice-chat 1.0.5

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

Adds on voice distance event, which lets you control the distance of a packet
- Update dependencies
- Updated to latest Java, Spigot and Skript
- Uploaded documentation to skripthub.net http://skripthub.net/docs/?addon=skript-simple-voice-chat
Added new expression to create a volume category
Code:
[a] [new] [voice chat] volume category with id %string% named %string% [with description %-string%]
- Removed the static sound packets from the on microphone event because Skript is too slow, and causes Voice chat to lose packets. I've experimented with multiple solutions, and it's always too slow. Only thing I could think of was to make a custom structure, which I may come back to at some point.