- Fixes a resource pack generation bug in (2.1.1).
It's was only in the spigot build!
Changes:
- Fixed Inventory updating in 1.20.1
- Error: "Can't place player in the world" on Join.
- Fixed give command's context error.
- Switched to Spindle (Config Management Library)
- Added support for MiniMessage:
# This is the messages file, change the message formats as you need to!
# Choose Between LEGACY = false or MINIMESSAGE = true.
minimessage_format: false
prefix: "&9Vinyls &6»"
command-unknown: "&7Unknown command. Please check the command syntax."
discs-not-found: "&7No discs found in the configuration."
disc-not-found: "&7Requested disc not found in the configuration."
material-invalid: "&7The specified material is invalid."
disc-given: "&7Successfully granted &a{player} &7the disc &a{discName}&7."
disc-received: "&7You have been given the disc &a{discName}&7."
player-not-found: "&7The specified player could not be found."
Add minimessage_format
to messages.yml
If you are updating from a previous version!.
Version 1.0.0 - Major Update
New Features:
- Customization: Introduced a
messages.yml
file for message customization. - Support: Added compatibility for Minecraft version 1.21.1
- Visual Effects: Implemented particle effects on the Jukebox when a custom disc is played.
- ActionBar: Added ActionBar message when a custom disc starts playing.
Bug Fixes:
- Fixed an issue where zipped resource pack was not functioning correctly.
- Corrected a problem where custom disc JSON files were not being removed when data was deleted from
discs.yml
.
Changes:
- Updated the command
/vinyls givedisc <disc_name> [player]
to/vinyls give <disc_name> [player]
.