-
-
Notifications
You must be signed in to change notification settings - Fork 15
Custom Commands
CreativeBuilds edited this page May 5, 2019
·
2 revisions
Custom command variables are predefiened variables you can use to enhance your command. Get the points of a user, how much lino they have, and much much more!
In order to use custom commands just add them into the reply of any existing command ex:
commandName = points
reply = {user} has {points} points!
result = CreativeBuilds has 130 points!
| name | returns |
|---|---|
| user | The username of the person who sent the message |
| lino | The amount of lino the person who sent the command has |
| points | The amount of points the person who sent the command has |
| uptime | Returns roughly how long the stream has been live (note this isn't a perfect amount, for best results Set key interval to 2 returns in HH:mm:ss format or OFFLINE if streamer is offline |
| streamer | The username of the streamer |