Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # |================ TabDeco Config ===================|
  2. # | |
  3. # | The symbol '#' marks a line as comment |
  4. # | Use '&' for colors |
  5. # | [currentplayers] = Currently online players |
  6. # | [maxplayers] = Max online players |
  7. # | [rint(x,y)] = Returns a random integer |
  8. # | between the numbers x and y |
  9. # | [serverip] = Server IP |
  10. # | [rcolor] = Returns a random color |
  11. # | [player] = The Player looking at the menu |
  12. # | [time] = Current time |
  13. # | [date] = Current date |
  14. # | Time & Date won't update ingame. |
  15. # | You can't use words longer than 16 characters |
  16. # | [@] = Marks a line as 'to be updated' |
  17. # | Start every line with a '-' |
  18. # | Example: |
  19. # | - Online: |
  20. # | - [@][currentplayers]/[maxplayers] |
  21. # | This would show in the first slot 'Online:' |
  22. # | And in the second slot for example '5/30' |
  23. # | The '5/30' would be updated when a player joins |
  24. # | Use tab for the configuration |
  25. # | 1 line = 1 slot |
  26. # |===================================================|
  27.  
  28. options:
  29. - timerEnabled: true
  30. - timerSpeed: 1
  31.  
  32. slots:
  33. -&6Welcome
  34. -&6[player]
  35. -&6Online:
  36. -[@]&6[currentplayers]/[maxplayers]
  37. -&6Time:
  38. -[@]&6[time]
  39. -&6Date:
  40. -[@]&6[date]
  41. -&6○○○○○○○○○○○○○○○
  42. -&6○○○○○○○○○○○○○○○
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement