!editcounter
TwitchYouTubeKick
- Access
- Moderator
- Aliases
!editcount
The !editcounter command allows streamers and moderators to modify the value of a pre-defined custom counter directly from chat. Counters are useful for tracking things like deaths in a game, wins, specific events, or any other metric you want to display or reference.
To modify a counter, use the following syntax:
!editcounter <counter_name> <value>Examples
Section titled “Examples”Parameters
Section titled “Parameters”<counter_name>(Required): The exact name of the counter you created in the Dashboard (case-sensitive).<value>(Required): The value to apply. It can be:- A number (e.g.,
15): Sets the counter to this exact value. +number(e.g.,+1): Increments the counter by this amount.-number(e.g.,-3): Decrements the counter by this amount.
- A number (e.g.,
Configuration
Section titled “Configuration”- Counters must be created in the StreamElements Dashboard under
Chatbot->Countersbefore they can be edited via this command. - The command’s permission level can be adjusted under
Chatbot->Chat Commands->Default Commands.
Related Commands
Section titled “Related Commands”$(count <counter_name>): This variable displays the current value of the specified counter. It can be used in other commands or titles. Example:!deathcount - Current deaths: $(count deaths)