Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.61 KB | None | 0 0
  1. EZT:
  2. "large": {
  3.       "nickFormatLeft": "<font color='{{c:rating}}'>{{rating}}</font> {{nick}}",
  4.       "nickFormatRight": "{{nick}} <font color='{{c:rating}}'>{{rating}}</font>",
  5.       "vehicleFormatLeft": "<font color='{{c:wn}}'>{{vehicle}}</font>",
  6.       "vehicleFormatRight": "<font color='{{c:wn}}'>{{vehicle}}</font>",
  7.       "width": 170
  8.     },
  9.     "medium": {
  10.       "formatLeft": "<font color='{{c:wn}}'>{{nick}}</font>",
  11.       "formatRight": "<font color='{{c:wn}}'>{{nick}}</font>",
  12.       "width": 46
  13.     },
  14.     "medium2": {
  15.       "formatLeft": "<font color='{{c:wn}}'>{{vehicle}}</font>",
  16.       "formatRight": "<font color='{{c:wn}}'>{{vehicle}}</font>",
  17.       "width": 65
  18.     },
  19.  
  20. ERRE:
  21.     "large": {
  22.       "nickFormatLeft": "<font alpha='{{alive?#FF|#80}}'><font color='{{c:rating}}'>{{rating}}</font> {{nick}}</font>",
  23.       "nickFormatRight": "<font alpha='{{alive?#FF|#80}}'>{{nick}} <font color='{{c:rating}}'>{{rating}}</font></font>",
  24.       "vehicleFormatLeft": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>",
  25.       "vehicleFormatRight": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>",
  26.       "width": 170
  27.     },
  28.     "medium": {
  29.       "formatLeft": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{nick}}</font>",
  30.       "formatRight": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{nick}}</font>",
  31.       "width": 46
  32.     },
  33.     "medium2": {
  34.       "formatLeft": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>",
  35.       "formatRight": "<font color='{{c:wn}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>",
  36.       "width": 65
  37.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement