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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Deprecated Addon OpenAudioMcSkript 1.0.2

A Skript addon for the OpenAudioMc plugin

  1. LimeGlass
    Contributors:
    Legoman99573, Mindgamesnl
    Supported Minecraft Versions:
    • 1.10, 1.11, 1.12
    OpenAudioMc Skript addon

    Source code


    OpenAudioMc has been abandoned, there will be no updates to this addon.

    This is a Skript addon is designed to allow for full control over your OpenAudioMc plugin created by @Mindgamesnl


    This addon allows you to play, stop, and modify multiple values of the OpenAudioMc plugin.

    If you have any questions about the project or need help feel free to join the official OpenAudioMc discord: https://discordapp.com/invite/b44BPv7

    The URL string accepts a raw sound file location or any soundcloud link.

    You can check out the main Spigot page here: https://www.spigotmc.org/resources/openaudiomc-open-source-audio-client.30691/

    You can check our website out here http://openaudiomc.net/

    Event syntax are built into the OpenAudioMc plugin and can be found here: http://openaudiomc.net/documentation/skript.php

    Syntax:

    Code (Skript):
    1. # Inject CSS for a player's web page
    2. (add|inject) css %string% (for|of) [player[s]] %players%
    3.  
    4. # Inject javascript for a player's web page
    5. (add|inject) (java[ ]script|js) %string% (for|of) [player[s]] %players%
    6.  
    7. # Play a URL track on repeat
    8. play loop[ing] audio [from] URL %string% (to|for) [player[s]] %players%
    9.  
    10. # Make the audio go to a defined time span of the track
    11. skip [audio] to [time[span]] %string% (for|of|in) [player[s]] %players% [(in|for|with)] [id] %string%
    12.  
    13. # Change the background of the web page
    14. set audio [web[ ]page] back[ ]ground (for|from|of) [player[s]] %players% to [URL] %string%
    15.  
    16. # Reset the background
    17. reset audio [web[ ]page] back[ ]ground (for|from|of) [player[s]] %players%
    18.  
    19. # Stop all sounds for a player if multiple were playing
    20. stop all (sounds|audio) (for|from|of) [player[s]] %players%
    21.  
    22. # Play a URL or soundcloud link to a player, ID defines it to OpenAudioMc
    23. play audio [from] URL %string% (to|for) [player[s]] %players% [and] [[with] [ID] %-string%]
    24.  
    25. # Stops music in a region
    26. stop all [audio] in [the] region %string%
    27.  
    28. # Play audio in a region
    29. play audio [from] URL %string% (to|for|in) region %string%
    30.  
    31. # Set the volume of player
    32. set [audio] volume (to|for|of) [player[s]] %players% [[with] [ID] %-string%] to %number%
    33.  
    34. # Toogle the audio. Acts like a play or pause
    35. toggle [audio] (for|of) [player[s]] %players% [with] [ID] %string%
    36.  
    37. # Stops audio
    38. stop audio (for|from|of) [player[s]] %players% [[with] [ID] %-string%]
    demirfurkan74 likes this.

Recent Updates

  1. Fixes
  2. Cleaned up

Recent Reviews

  1. PheonBest
    PheonBest
    5/5,
    Version: 1.0.2
    Perfect ! I made a gui with it and it's simply perfect :)
  2. N3G4T1V3
    N3G4T1V3
    5/5,
    Version: 1.0.1
    Very good plugin LimeGlass, I admire you. :)
    1. LimeGlass