Resource icon

Addon skript-simple-voice-chat 1.0.1

  • 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 comminuty!

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

Supported Minecraft Versions
  1. 1.20
A Skript addon to interact with the simple voice chat plugin. https://www.spigotmc.org/resources/simple-voice-chat.93738/

See the documentation.json at https://github.com/TheLimeGlass/skript-simple-voice-chat/blob/main/documentation.json

Full support for the complete server API. Pending custom sounds like MP3.

Requirements:
  • Java 8+
  • Skript 2.7.0+
  • SimpleVoiceChat
Installation:
  • Place in your plugins folder.
  • Make sure you have Skript and SimpleVoiceChat installed.
  • Restart server.

Examples:

Code:
on microphone use:
    player doesn't have permission "example.use.voice"
    cancel event

on voice chat join group:
    loop all players:
        voice chat group of loop-player is event-voice chat group
        message "&6%player% has joined your voice group" to loop-player
Author
LimeGlass
Downloads
172
Views
848
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LimeGlass

Latest updates

  1. 1.0.1

    Added new expression to create a volume category [a] [new] [voice chat] volume category with id...