Skip to content

Commit

Permalink
Bump version, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Aug 15, 2022
1 parent 7cab633 commit 645b457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Lavalink XM Plugin
This is a plugin for [Lavalink](https://github.com/freyacodes/Lavalink) that adds support for the MOD, XM, and S3M music tracker module formats via [IBXM](https://github.com/martincameron/micromod) and the official [Lavaplayer](https://github.com/sedmelluq/lavaplayer) XM plugin.
This is a plugin for [Lavalink](https://github.com/freyacodes/Lavalink) that adds support for the MOD, XM, and S3M music tracker module formats via the [libxmp](https://github.com/libxmp/libxmp) library.

## Usage
This plugin requires Lavalink version 3.5-rc1 or later.

You have two options: either download the latest JAR file and put it in your `plugins` folder, or add this to your `application.yml` file:
```yaml
lavalink:
Expand All @@ -10,8 +12,6 @@ lavalink:
repository: "https://jitpack.io"
```
This plugin replaces the HTTP source, so if you want to use this you'll have to disable it in your `application.yml` file.

## Build
Building is simple provided you have a working JDK:
```sh
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group "space.essem"
version "0.1.0"
version "0.2.0"
mainClassName = "org.springframework.boot.loader.JarLauncher"
sourceCompatibility = 11
compileJava.options.encoding = "UTF-8"
Expand Down

0 comments on commit 645b457

Please sign in to comment.