βš™οΈPlugin Usage

MelodyMine API Usage

To integrate the MelodyMine API, you can utilize the following methods in relation to your own plugin.

Maven

<repository>
  <id>repo-sayandevelopment-snapshots</id>
  <name>SayanDevelopment Repository</name>
  <url>https://repo.sayandev.org/snapshots</url>
</repository>
<dependency>
  <groupId>ir.taher7</groupId>
  <artifactId>melodymine</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>

Gradle

Groovy

Kotlin


MelodyManager

You can view all the methods of the MelodyMine Manager from the following page:

πŸ”ΆMelodyManagerchevron-right

MelodyMine Events

You can view all the Events of the MelodyMine Manager from the following page:

πŸ”·Eventschevron-right

MelodyPhone

One of the plugins built with the MelodyMine API is MelodyPhone, which is entirely constructed to utilize API calls from MelodyMine.

circle-info

If you have any questions regarding this plugin or any inquiries related to it, feel free to join the MelodyMine Discord serverarrow-up-right and ask.


MelodyRadio

Another plugin developed with the MelodyMine API is MelodyRadio, which extensively utilizes the Sound API of MelodyMine.

This plugin serves as an addon for the VehiclesPlusarrow-up-right plugin, enabling the addition of radio functionality to vehicles within that plugin.

Additionally, it leverages the World Guardarrow-up-right API, allowing players to broadcast any sound or music stream within or outside a specified region.

circle-info

If you have any inquiries regarding this plugin or need assistance, feel free to join the MelodyMine Discord serverarrow-up-right and ask.

Last updated