Advertisement
Guest User

Untitled

a guest
Feb 19th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.05 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.     - playerLayoutEnabled: false
  32.     - playerLayout: &f[playername]
  33. slots:
  34.     - &6Hello
  35.     - &2&l[player]
  36.     - &3WELCOME
  37.     - &6Online:
  38.     - [@]&6[currentplayers]/[maxplayers]
  39.     - &3TO
  40.     - &6Time:
  41.     - [@]&6[time]
  42.     - &3SEMICRAFT
  43.     - &6Date:
  44.     - [@]&6[date]
  45.     - &3SERVER
  46.     - &6Kills:
  47.     - [@]&6&l[kills]
  48.     - &aEnjoy
  49.     - &6Death:
  50.     - [@]&6&l[death]
  51.     - &aYour
  52.     - &6K/D:
  53.     - [@]&6&l[K/D]
  54.     - &aTime
  55.     - &6Health:
  56.     - [@][drawplayerhealth]
  57.     - &aOn Server!
  58. #I added those color codes at the end so all 3 lines show up ;)
  59.     - &f-----------&2
  60.     - &f-----------&3
  61.     - &f-----------&4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement