Documentation Index
Fetch the complete documentation index at: https://vctdocs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Commands
/vct help
- Description: Shows plugin commands.
- Usage:
/vct help - Example:
/vct help
/vct reload
- Description: Reloads
config.ymlfile. - Usage:
/vct reload - Example:
/vct reload
/vct set <HH:MM:SS> <timer_id>
- Description: Set the timer.
- Usage:
/vct set <HH:MM:SS> <timer_id><HH:MM:SS>- Time format<timer_id>- (Optional) Timer ID, you can find more information here.
- Examples:
/vct set 01:25:05/vct set 00:05:45 timer_1
/vct modify <modifier> <value>
- Description: Modify the timer.
- Usage:
/vct modify <modifier> <value><modifier>- A modifier for the timeradd- Add time to the timerset- Set the timer timetake- Remove time from the timerbossbar_color(Formerly barcolor) - Change the color of the timer’s boss barsound- Change the sound that plays each time a second is loweredsound_enable- Toggle whether the sound should be played or notsound_volume- Change the volume of the sound being playedsound_pitch- Change the pitch of the sound being playedtext- Change the text of the boss bar
<value>- A modifier for the timeradd/set/take- Need the value of HH:MM:SSbossbar_color- Need the vanilla name of a color: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.htmlsound- Need the vanilla name of a sound (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html) or a sound from a resource pack in quotation marks, example: “BLOCK_ANVIL_PLACE”sound_enable- Need a boolean value (true/false)sound_volume/sound_pitch- Need a number value from0.1to2.0text- Need a string value in quotation marks, example: “I am a timer :D”. Accepts color formats and timer placeholders, more information here
- Examples:
/vct modify add 00:05:20/vct modify bossbar_color PURPLE/vct modify sound "UI_BUTTON_CLICK"/vct modify sound_volume 0.75/vct modify text "&aI'm a timer"
/vct pause
- Description: Pause the timer.
- Usage:
/vct pause - Example:
/vct pause
/vct resume
- Description: Resume the timer.
- Usage:
/vct resume - Example:
/vct resume
/vct stop
- Description: Stop the timer.
- Usage:
/vct stop - Example:
/vct stop
Permissions
voiidcountdowntimer.admin- Access to the main command.
