Перейти к содержимому
Mineforgian

VCT - Voiid Countdown Timer

A customizable timer datapack & plugin.

Загрузки
2K
Подписчики
4
Обновлён
10 июля 2026 г.
Лицензия
Voiid-Studios-Public-License

Опубликован 20 ноября 2024 г.

VCT icon

Voiid Countdown Timer

As simple as the name implies. A customizable timer datapack & plugin.

Kofi Modrinth CurseForge

VCTDocs VSPL GitHub Crowdin

timer1

timer2

❓ What is VCT?

Voiid Countdown Timer (VCT) is a fully customizable timer for Minecraft.

It works in two different versions:

  • 📦 Datapack → The Lite version of VCT, ideal for single-player worlds or realms.
  • 🔌 Plugin → The full version of VCT, perfect for multiplayer servers with Spigot/Paper.

With both versions, you can:

  • 🎨 Create visual timers with a progress bar.
  • 🖌️ Customize color styles.
  • 🛠️ Run custom events when the timer starts or ends.

✨ Features

Voiid Countdown Timer includes:

  • 🎨 Custom Colors Styles
  • ⚙️ Quick and easy setup
  • ⏳ Progressive Time Bar
  • 🎈 Custom Events
  • 👥 SinglePlayer and Multiplayer Compatible
  • 💻 Open Source and constantly updated

📋 Requirements

📦 Datapack

  • Version: 1.15+

🔌 Plugin

  • Version: 1.13+
  • Server: Spigot, Paper, or Purpur (not CraftBukkit)

🚀 Installation

📦 Datapack

  1. Download the latest version here
  2. Place the downloaded .zip file in the datapacks folder of your world.
  3. Enter the world and you will receive a message confirming the installation! 🎉

🔌 Plugin

  1. Download the latest version here
  2. Place the downloaded .jar file in the plugins folder of your server.
  3. Restart the server and the plugin will be ready. ⚡

📖 How to use it

📦 Datapack

  • Execute the command /function vct:book to receive the configuration book.
  • From the book you will be able to:
    • ⏰ Set time
    • 🎛️ Timer controls
    • 🌈 Customize style of colors
    • 🗣️ Change language
    • ❌ Uninstall

🔌 Plugin

  • Configuration using commands and configuration files (config.yml)
  • To see all available commands, use /vct help.
  • In config.yml, you can customize various timer options; all of them are detailed in the official documentation.

📚 Plugin Documentation

🔥 bStats

VCT bStats

Ченджлог

2.1.1Релиз26.1.1, 26.1.2, 26.2 · 10 июля 2026 г.

Full v2.1.1 (Nobelium)

Slowly but surely...

Compatible with Bukkit, Spigot, Paper, Purpur & Folia. For Minecraft Java 1.13 - 26.2.

Compatibility

  • Compatibility for server on 1.21.11 to 26.2 has been added!
  • Improved scheduler handling to ensure much better stability and compatibility with the Folia fork.

New Features / Improvements

Enhanced Update Checker

Are you tired of manually checking if there's a new version available?

  • Update checking is now completely asynchronous, running in the background every 6 hours without affecting server performance.
  • When a new update is found, all online admins will receive an automatic notification in-game so you never miss an important release.

Best Metrics

In this version, we've switched from bStats to fastStats, since it ensures much better performance going forward!

A New Rebranding

To avoid confusion with the datapack (LITE) version of VCT, we've decided to call this plugin "FULL", since it includes all the features that didn't make it into the datapack ;)


As always, if any bugs come up, open an issue to let us know! 👀

Remember that you can support us at Ko-fi :)

1.5.1-beta-1Бета1.21.9, 1.21.10, 1.21.11 · 6 марта 2026 г.

Lite v1.5.1 Beta 1 (Iris)

So long, partner.

Compatible with Minecraft Java 1.15 - 1.21.11.

Improvements

  • Debug messages have been added to the first installation of VCT

Bug fixes

  • Fixed bugs with clickable texts in 1.21.5+
  • Fixed inaccurate texts in the configuration book

Version 1.5.1 will be the final version for the Lite version of VCT. Thank you to everyone who supported VCT Lite ❤️

Remember, this is not the end of VCT! We are still actively developing the FULL version of VCT! Support us at Ko-fi ;)

1.5.0Релиз1.21.9, 1.21.10, 1.21.11 · 11 декабря 2025 г.

Lite v1.5.0 (Iris)

Some adjustments had to be made!

Compatible with Minecraft Java 1.15 - 1.21.11.

Changes

  • Compatibility with Minecraft 1.21.11.
  • Rebranding from "Datapack" to "Lite".
  • Adjusted some texts that were incorrect.

As always, if any bugs come up, open an issue to let us know! 👀

Remember that you can support us at Ko-fi :)

2.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 22 ноября 2025 г.

Plugin v2.1.0 (Nobelium)

It's our anniversary! VCT is celebrating its first year with us ;)

Compatible with Bukkit, Spigot, Paper, Purpur & Folia. For Minecraft Java 1.13 - 1.21.10.

Compatibility

  • Official compatibility of the plugin with the Paper fork for performance, Folia, has been added! We hope this will be very useful for those looking for excellent performance and that VCT is now available.

New Features

Auto-updating plugin

Are you tired of having to manually delete the VCT .jar file and then manually download it again?

Well, that won't happen anymore with the auto-update option! With this option, every time VCT is updated, the plugin will update itself automatically and the new version will be available the next time the server is started.

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 list
    • /vct expansion reloadall
  • Expansions include metadata, help sections, and isolated configuration.

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.

  • Improved the documentation with more accurate and up-to-date information.

  • Enhanced internal consistency across pages for easier navigation.

Bug fixes

  • Fixed a bug where when you used VCT in Paper, it showed that you were using Folia compatibility when it shouldn't have happened.
  • Fixed messages when using /vct set, pause, or resume, which were displaying “Missing.”
  • Fixed a bug where the “stopwatch” extension was created in the extensions folder when it shouldn’t have been.
  • Fixed the language setting in config.yml, it should now appear if you didn’t have it previously.
  • 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.

Over the next few days, we will be documenting this entire update on the New Wiki, so don't miss it! ;)


As always, if any bugs come up, open an issue to let us know! 👀

Remember that you can support us at Ko-fi :)

2.1.0-rc2Бета1.21.8, 1.21.9, 1.21.10 · 20 ноября 2025 г.

2.1.0 PLUGIN Release Candidate 2 for Java 1.13 - 1.21.10.

Compatible with Bukkit, Spigot, Paper, Purpur & Folia (EXPERIMENTAL)

New Features

  • The format was added to the timer settings, providing a new tool for expansion developers.

Improvements

  • A few more debug messages were added.
  • The placeholder for the language description in config.yml has been removed.

Bug fixes

  • Fixed messages when using /vct set, pause, or resume, which were displaying “Missing.”
  • Fixed a bug where the “stopwatch” extension was created in the extensions folder when it shouldn't have been.
  • Fixed the language setting in config.yml, it should now appear if you didn't have it previously.

WE ARE ABOUT TO LAUNCH 2.1.0 IF ALL GOES WELL 👀 If you find a bug in this version, open an issue to let us know! ;)

2.1.0-rc1Бета1.21.8, 1.21.9, 1.21.10 · 17 ноября 2025 г.

2.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! ;)

2.1.0-a2Альфа1.21.8, 1.21.9, 1.21.10 · 20 октября 2025 г.

2.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! ;)

2.1.0-a1Альфа1.21.8, 1.21.9, 1.21.10 · 13 октября 2025 г.

2.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! ;)

Комментарии

Загружаем…