PLUGIN - 2.1.0-rc1 [1.13.x - 1.21.10]
on Nov 17, 20252.1.0 PLUGIN Release Candidate 1 for Java 1.13 - 1.21.10.
Compatible with Bukkit, Spigot, Paper, Purpur & Folia (EXPERIMENTAL)
Compatibility
- Verified compatibility with Folia (still experimental).
New Features
Modular Translation System
A complete replacement of the old Messages: block in config.yml.
- New folders:
/core/messages/origins/-> default language files/core/messages/custom/-> user overrides
- Automatic synchronization of missing keys.
- Supports:
- single messages
- lists (
lines:) - sections (
header:+lines:)
- Everything visible inside Minecraft is now translatable.
A legacy config warning will appear if the old Messages: section is still present.
Expansion System
VCT now supports first-party and custom expansions using a clean API.
- New commands:
/vct expansion info <id>/vct expansion enable <id>/vct expansion disable <id>/vct expansion reload <id>/vct expansion reloadall
- Expansions include metadata, help sections, and isolated configuration.
The new official VCT expansions are in the works, so stay tuned for our announcements! 👀
Improvements
- Major internal cleanup & refactor of the command system.
- Rewrote help menus to use the new translation structure.
- Unified message formatting across commands & expansions.
- Improved auto-updater messages and reduced duplicated logs.
- Improved structure of config loading for timers & core folders.
Bug fixes
- Fixed missing translation keys not being created on first load.
- Fixed issues with list-based translations showing incorrectly.
- Fixed rare startup errors caused by load order.
- Fixed multiple formatting inconsistencies across commands.
If you find a bug in this version, open an issue to let us know! ;)
PLUGIN - 2.1.0-a2 [1.13.x - 1.21.10]
on Oct 20, 20252.1.0 PLUGIN Alpha 2 for Java 1.13 - 1.21.10.
Compatible with Bukkit, Spigot, Paper, Purpur & Folia (EXPERIMENTAL)
Added the auto-update option (disabled by default on alphas/betas builds)
If you find a bug in this version, open an issue to let us know! ;)
PLUGIN - 2.1.0-a1 [1.13.x - 1.21.10]
on Oct 13, 20252.1.0 PLUGIN Alpha 1 for Java 1.13 - 1.21.10.
Compatible with Bukkit, Spigot, Paper, Purpur & Folia (EXPERIMENTAL)
Experimental Folia Support, no new features in this version.
If you find a bug in this version, open an issue to let us know! ;)
DATAPACK - 1.4.2-b1 [25w41a]
on Oct 11, 20251.4.2 DATAPACK Beta 1 for snapshot 25w41a
PLUGIN - 2.0.2 [1.13.x - 1.21.10]
on Oct 11, 2025Plugin v2.0.2 (Astro)
Sometimes small things make the biggest difference ;)
Compatible with Bukkit, Spigot, Paper & Purpur. For Minecraft Java 1.13 - 1.21.10.
Compatibility
- Updated compatibility to Minecraft 1.21.10.
New Features
- Added the placeholders
H1,H2,M1,M2,S1, andS2to obtain the first and second digits of hours, minutes, and seconds. - Integrated the same placeholders with PlaceholderAPI support.
Improvements
- Improved the documentation with more accurate and up-to-date information.
- Enhanced internal consistency across pages for easier navigation.
Bug fixes
- Fixed several broken or incorrect links in the documentation.
- Corrected changelog entries for version 2.0.1 across all platforms, as they listed an incorrect Minecraft version.
(We still don’t know how that happened, but it’s fixed now.)
Everything is documented on the New Wiki, so go check it out! ;)
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
DATAPACK - 1.4.1 [1.15.x - 1.21.10]
on Oct 11, 2025Datapack v1.4.1 (Odie)
Sometimes small things make the biggest difference :)
Compatible with Minecraft Java 1.15 - 1.21.10.
Changes
- Compatibility with Minecraft 1.21.10.
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
PLUGIN - 2.0.1 [1.13.x - 1.21.9]
on Oct 1, 2025Plugin v2.0.1 (Astro)
A small patch, but you’ll like it :3 Compatible with Bukkit, Spigot, Paper & Purpur.
Compatibility
- Updated compatibility to Minecraft 1.21.9.
New Features
- Added all missing modifiers for
VCTActions:bossbar_color,bossbar_style,sound,sound_enable,sound_volume,sound_pitch,text
- Added the ability to track which modification was applied via
VCTEventsusing theMODIFYevent.
Improvements
- Redesigned the VCT logo for better display on all platforms.
- Improved API documentation with examples for the
VCTEventswith Conditional Events plugin. - Refactored the main command for cleaner and easier-to-read code.
Bug fixes
- Fixed the help message to correctly include
/vct modifyand all relevant modifiers. - Fixed the wiki by removing unnecessary pages and cleaning up outdated content.
Everything is documented on the New Wiki, so go check it out! ;)
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
DP - 1.4.0 [1.15.x - 1.21.9]
on Oct 1, 2025Datapack v1.4.0 (Odie)
Something small, but useful for everyone :)
Compatible with Minecraft Java 1.15 - 1.21.9.
Changes
- Compatibility with Minecraft 1.21.9.
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
PLUGIN - 2.0.0 [1.13.x - 1.21.8]
on Sep 27, 2025Plugin v2.0.0 (Astro)
A small update, thank you for your support... nah, just kidding, we made a LOT of changes to the wiki ;) Compatible with Bukkit, Spigot, Paper & Purpur.
Changes
- Added bossbar segments styles; now you can choose more styles for your bossbars!
- Improved the code to clean it up and polish it a little more.
- Fixed that the
FINISHevent was not triggered. - Migrated the ENTIRE wiki to a new service. You can find it here.
- Deprecated
VCTAPI, it has been renamed toVCTActionsto better differentiate it.
Everything is documented on the New Wiki, so go check it out! ;)
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
DP - 1.4.0-b4 [25w36b]
on Sep 3, 2025v1.4.0 DP Beta 4 for snapshot 25w36b
PLUGIN - 1.4.0.4 [1.13.x - 1.21.8]
on Aug 28, 2025Compatible with Bukkit, Spigot, Paper & Purpur.
This one's for the plugin devs ;)
Changes
- Added the
VCTAPIclass to the API; it provides functions to create, pause, resume, stop, and modify timers from the API. - Updated the advanced API documentation to be more compact and concise.
- Fixed the success message for
/vct modify add - Improved the MainCommand file and is now more readable.
Everything is documented on the Wiki, so go check it out! ;)
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
DP - 1.4.0-b3 [25w35a]
on Aug 27, 2025v1.4.0 DP Beta 3 for snapshot 25w35a
PLUGIN - 1.4.0.3 [1.13.x - 1.21.8]
on Aug 27, 2025Compatible with Bukkit, Spigot, Paper & Purpur.
New expansions ;)
Changes
- Added
sound_volume,sound_pitch, andsound_enabledformats for timer configs - Added the
save_state_timerssetting inconfig.yml; the plugin will save the timer status when the server is shut down - Added new modifiers:
sound,sound_enable,sound_pitch, andtext(usable with/vct modify) - Added timer specifications for placeholders:
%vct_timer_hhmmss:<timer_id>% - Added the ability to update in-game timers using
/vct modify - Change to the
barcolormodifier, now calledbossbar_color - Improved the
config.yml: you no longer have to deleteconfig.ymlwith each new version; new settings will be added to your existingconfig.yml:) - Improved server performance; it should now be much better optimized on servers
- Improved the internal code of VCT; is now cleaner and more readable than before
- Removed the
timer_sound_enabledsetting inconfig.yml; it is now part of the timer configs
Everything is documented on the Wiki, so go check it out! ;)
As always, if any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
PLUGIN - 1.4.0.2 [1.13.x - 1.21.8]
on Aug 13, 2025Compatible with Bukkit, Spigot, Paper & Purpur.
Hotfix for the hotfix
Changes
- Added type of event
STOPfor the API
Everything is documented on the Wiki, so go check it out! ;)
If any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
PLUGIN - 1.4.0.1 [1.13.x - 1.21.8]
on Aug 13, 2025Compatible with Bukkit, Spigot, Paper & Purpur.
Obviously, we wouldn't be Voiid Studios without a hotfix afterwards.
Changes
- Added
#dynamic-g-l#for gradient animations - Added a list of timers. Now you can create unique timers instead of relying on a single one.
- Changed API so that it is now more compact and flexible
Everything is documented on the Wiki, so go check it out! ;)
If any bugs come up, open an issue to let us know! 👀
Remember that you can support us at Ko-fi :)
PLUGIN - 1.4.0 [1.13.x - 1.21.8]
on Aug 12, 2025Compatible with Bukkit, Spigot, Paper & Purpur.
A new path discovered...
This update brings:
- PLUGIN VERSION!!! 🎉🎉🎉
- New Wiki
- HUGE improvements for Voiid Countdown Timer
- Compatibility from 1.13 to 1.21.8
- and much more!
As this is literally a major update, we invite you to check out the official VCT Wiki for the plugin, where you can find out everything this important change entails ;)
Wiki: https://voiidstudios.gitbook.io/vct
If any bugs come up, open an issue to let us know! 👀
This update took three whole weeks of hard work to complete. We would appreciate your support on Ko-fi :)
PLUGIN - 1.4.0-rc2 [1.18.x - 1.21.8]
on Aug 9, 2025v1.4.0 PLUGIN Release Candidate 2 for Bukkit, Spigot, Paper & Purpur
I apologize in advance to everyone who was unable to test the plugin due to the incompatibility caused by Adventure on Bukkit and Spigot servers :c
If everything goes well, the next version will be the initial release ;)
- Fixed Adventure dependencies have been fixed, it should work correctly on Paper servers.
- Fixed bug where the plugin could not be loaded on Bukkit and Spigot server.
- Adjustment so that the plugin does not crash on non-Paper servers.
- Cleaned code.
Please, if there are any bugs, do me a favor and open an issue on GitHub so we can fix it ;)
PLUGIN - 1.4.0-rc1 [1.18.x - 1.21.8]
on Aug 6, 2025v1.4.0 PLUGIN Release Candidate 1 for Bukkit, Spigot, Paper & Purpur
If everything goes well, the next version will be the initial release ;)
- Added placeholder
%vct_timer_active%- Return 'true' or 'false' if the timer is active. - Added placeholder
%vct_timer_running%- Return 'true' or 'false' if the timer is running. - Added placeholder
%vct_timer_paused%- Return 'true' or 'false' if the timer is paused. - Changed the names of the API events. More information will be available soon on a wiki.
- Fixed API event TimerChange, now should run every second that the timer elapses.
- Fixed placeholder
%vct_timer_active%, now it should correctly show whether the timer is active or not. - Fixed authors section
Please, if there are any bugs, do me a favor and open an issue on GitHub so we can fix it ;)
DP - 1.4.0-b2 [25w32a]
on Aug 6, 2025v1.4.0 DP Beta 2 for snapshot 25w32a
PLUGIN - 1.4-a2 [1.18.x - 1.21.8]
on Aug 5, 2025v1.4 PLUGIN Alpha 2 for Bukkit, Spigot, Paper & Purpur
- Added compatibility with bStats
- Added the “barcolor” modifier, use
/vct modify barcolor - Fixed the updateManager, now should be able to get the latest version.
- Fixed the format “%HH%:%MM%:%SS%”, now it should not be a single digit.
- Several bug fixes
Please, if there are any bugs, do me a favor and open an issue on GitHub so we can fix it ;)



