-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reimplement lore burn method #41
- Loading branch information
Showing
5 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
- Yet another lavaplayer update to fix playback issues. | ||
- Addons' permissions are now registered in Bukkit permissions. This resolves auto-complete and goat horns not working properly. | ||
- New config option `mono_sources` to use mono sources for playing the audio. | ||
- `/vreload` command is now reloading the addon's config properly. | ||
- Add [poToken](https://github.com/lavalink-devs/youtube-source?tab=readme-ov-file#using-a-potoken) support for YouTube source. | ||
- Fixed discs commands not working properly after `/vreload`. | ||
- Added option to change lore burning method (`burn_lore_method` in the addon config): | ||
- DISABLE — Disables any lore manipulations on burn/erase. | ||
- REPLACE (default) — Replaces the whole lore with a string containing the song name on burn, and removes the lore completely on erase. | ||
- APPEND — Adds a new line to the end of the lore on burn, and removes the last line on erase. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
group=su.plo.voice.discs | ||
version=1.1.3 | ||
version=1.1.4 | ||
mavenArtifactId=discs |