πŸ”Š
BoostedAudio
  • BoostedAudio 2.0
  • βš™οΈBasics
    • πŸ“‘Basic Configuration
    • 🎧Music/SFX
    • ⌨️Commands
    • πŸ’‘Tips and tricks
    • 🎡Harmonized Audio WorkFlow
    • πŸ”“SSL / When I connect to audio panel it say it's not secure
    • 🌐BungeeCoord & Velocity | MultiServ & MultiProxy
    • 🏠Hosting the audio panel yourself & HTML Full custom of the client
    • 🎞️Install FFMPEG (In game audio volume modification)
    • πŸ—ΊοΈQRcode connection
    • πŸ”§PlaceHolderAPI / Audio Icon in tab/beloname
  • πŸ’ΎAPI
    • Implement in your project
    • API Examples
Powered by GitBook
On this page
  1. API

Implement in your project

I don't have a repo so you need to use directly the jar of the plugin

In your maven pom.xml add

<dependencies>
        <dependency>
            <systemPath>pathOfTheJar/BoostedAudio.jar</systemPath>
            <groupId>fr.supermax_8.boostedaudio</groupId>
            <artifactId>boostedaudio</artifactId>
            <version>VERSION</version>
            <scope>system</scope>
        </dependency>
</dependencies>
PreviousPlaceHolderAPI / Audio Icon in tab/belonameNextAPI Examples

Last updated 1 year ago

πŸ’Ύ