Skip to content

Commit

Permalink
build: 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Jul 5, 2024
1 parent 32f4329 commit e32cd76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
**Requires [pv-addon-lavaplayer-lib 1.0.8+](https://modrinth.com/plugin/pv-addon-lavaplayer-lib/version/1.0.8) to work**

Changelog:
- Config option to change lore burn method
- 1.21 support
- Fixed an issue where inserting a disc with shift-click caused it to start playing on 1.21
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ lavaplayerLibVersion=1.0.8
# Version
mavenGroup=su.plo.voice.discs
mavenArtifactId=discs
pluginVersion=1.0.7
pluginVersion=1.0.8
2 changes: 1 addition & 1 deletion src/main/kotlin/su/plo/voice/discs/DiscsPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import su.plo.voice.discs.utils.extend.debug
@Addon(
id = "pv-addon-discs",
scope = AddonLoaderScope.SERVER,
version = "1.0.7",
version = "1.0.8",
authors = ["KPidS", "Apehum"]
)
class DiscsPlugin : JavaPlugin() {
Expand Down

0 comments on commit e32cd76

Please sign in to comment.