The Group package
Source: Aardwolf
group
Needs to be the first message that the client sends, used to identify the client
roup { 
    "groupname": "lsdkfs", 
    "leader": "Lasher", 
    "created": "28 Dec 14:05", 
    "status": "Private", 
    "count": 2, 
    "kills": 0, 
    "exp": 0, 
    "members": [
        { 
            "name": "Lasher", 
            "info": { 
                "hp": 50054, 
                "mhp": 50054,
                "mn": 65655, 
                "mmn": 65655, 
                "mv": 41629, 
                "mmv": 41629, 
                "align": 2500, 
                "tnl": 43500, 
                "qt": 0, 
                "qs": 0, 
                "lvl": 210, 
                "here": 1 } } , 
        { 
            "name": "Razor", 
            "info": { 
                "hp": 31191, "mhp": 31191,"mn": 6199, "mmn": 6199, "mv": 5775, "mmv": 5775, 
                "align": -2496, "tnl": 790, "qt": 0, "qs": 0, "lvl": 201, "here": 0 } } 
    ] 
}
- Client (Mandatory) Name of the client
- qt
(Optional) Quest time
 0 - Player has no quest timer and can quest. Qt should be zero.
 1 - Player is questing. Qt represents time left on quest.
 2 - Player is waiting to quest. Qt represents time until they can quest.
 3 - Character is a mob, unable to quest.