Releases: Navoei/CustomDiscs
CustomDiscs 2.3
Additions:
- Updated to version 1.19.4.
- FLAC file support.
- Songs can now be downloaded using
/cd download
. - The action bar now shows for all players within the range of the jukebox.
Fixes:
- Squashed bugs relating to interacting with a jukebox while shifting and holding a useable item.
This version rewrites events relating to hoppers. Report any bugs in the issues page.
CustomDiscs 2.2.3
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Nodes (Required to run commands. Playing discs does not require a permission.):
customdiscs.create
Creates a custom disc.customdiscs.convert
Converts discs to the new format.
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Fixes:
- Patched a directory transversal vulnerability that affects Linux operating systems. This vulnerability allows players that can use the
/cd create
command to check for a file's existence outside of the CustomDiscs plugin folder. It is strongly recommended to update to this version as soon as possible.
CustomDiscs 2.2.2
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Nodes (Required to run commands. Playing discs does not require a permission.):
customdiscs.create
Creates a custom disc.customdiscs.convert
Converts discs to the new format.
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Fixes:
- Fixed spaces not being able to be used when adding a custom display name to a disc.
CustomDiscs 2.2.1
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Nodes (Required to run commands. Playing discs does not require a permission.):
customdiscs.create
Creates a custom disc.customdiscs.convert
Converts discs to the new format.
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Fixes:
- Fixed a duplication glitch involving hoppers.
- Fixed hoppers not picking up discs when placed under a jukebox.
CustomDiscs 2.2
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Nodes (Required to run commands. Playing discs does not require a permission.):
customdiscs.create
Creates a custom disc.customdiscs.convert
Converts discs to the new format.
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Additions:
- Made discs more seemless by making them look more vanilla. Use
/customdisc convert
on existing discs.
CustomDiscs 2.1.1
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Node (Required to run the command. Playing discs does not require a permission.):
customdiscs.command
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Fixes:
- Patched issue #4
CustomDiscs 2.1
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Node (Required to run the command. Playing discs does not require a permission.):
customdiscs.command
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Additions:
- The volume can now be adjusted client side under the Adjust Player Volumes menu in Simple Voice Chat.
- The volume of music discs can be changed server side in the
config.yml
file. - The range from which a custom disc could be heard can be changed in the
config.yml
file.
Note: This new version has a lot of changes! Please report any bugs.
CustomDiscs 2.0
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Node (Required to run the command. Playing discs does not require a permission.):
customdiscs.command
Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.19
Additions:
- The plugin now uses thread pools.
- Custom discs are compatible with hoppers.
Note: This new version has a lot of changes! Please report any bugs.
CustomDiscs 1.3.1
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Node (Required to run the command. Playing discs does not require a permission.):
customdiscs.command
Additions:
- Jukeboxes cannot be modified while the async task is running. This prevents discs from being lost.
CustomDiscs 1.3
A spigot/bukkit fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use
/customdisc
or/cd
to create a custom disc. - Music files should go into
plugins/CustomDiscs/musicdata/
- Music files must be in the
.wav
or.mp3
format.
Permission Node (Required to run the command. Playing discs does not require a permission.):
customdiscs.command
Additions:
- The audio players now runs asynchronously to prevent server lag when inserting discs.