Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # |================ TabDeco Config ===================|
- # | |
- # | The symbol '#' marks a line as comment |
- # | Use '&' for colors |
- # | [currentplayers] = Currently online players |
- # | [maxplayers] = Max online players |
- # | [rint(x,y)] = Returns a random integer |
- # | between the numbers x and y |
- # | [serverip] = Server IP |
- # | [rcolor] = Returns a random color |
- # | [player] = The Player looking at the menu |
- # | [time] = Current time |
- # | [date] = Current date |
- # | Time & Date won't update ingame. |
- # | You can't use words longer than 16 characters |
- # | [@] = Marks a line as 'to be updated' |
- # | Start every line with a '-' |
- # | Example: |
- # | - Online: |
- # | - [@][currentplayers]/[maxplayers] |
- # | This would show in the first slot 'Online:' |
- # | And in the second slot for example '5/30' |
- # | The '5/30' would be updated when a player joins |
- # | Use tab for the configuration |
- # | 1 line = 1 slot |
- # |===================================================|
- options:
- - timerEnabled: true
- - timerSpeed: 1
- slots:
- -&6Welcome
- -&6[player]
- -&6Online:
- -[@]&6[currentplayers]/[maxplayers]
- -&6Time:
- -[@]&6[time]
- -&6Date:
- -[@]&6[date]
- -&6○○○○○○○○○○○○○○○
- -&6○○○○○○○○○○○○○○○
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement