Commands
If you have problems using the command, remember that there is an alias
/voiidcountdowntimer
./vct help
- Description: Shows plugin commands.
- Usage:
/vct help
- Example:
/vct help
/vct reload
- Description: Reloads
config.yml
file. - 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.1
to2.0
text
- 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
You can assign these permissions with plugins such as LuckPerms, PermissionsEx, etc.
voiidcountdowntimer.admin
- Access to the main command.