tickLeisteProtokoll/Messages.json
2020-08-26 15:28:42 +02:00

123 lines
No EOL
1.7 KiB
JSON

{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : null,
"PlayerName" : "PlayerName",
"PositionR" : {
"TickType" : "Tick",
"TickValue" : 0
}
}
}
{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : null,
"PlayerName" : "PlayerName",
"PositionR" : {
"TickType" : "Abwarten",
"TickValue" : null
}
}
}
{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : null,
"PlayerName" : "PlayerName",
"PositionR" : {
"TickType" : "Bereithalten",
"TickValue" : null
}
}
}
{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : 0,
"PositionR" : {
"TickType" : "Tick",
"TickValue" : 0
}
}
}
{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : 0,
"PositionR" : {
"TickType" : "Abwarten",
"TickValue" : null
}
}
}
{
"RequestType" : "SetPlayerTickR",
"RequestData" : {
"PlayerUUID" : 0,
"PositionR" : {
"TickType" : "Bereithalten",
"TickValue" : null
}
}
}
{
"RequestType" : "InitializeTickLeisteR",
}
{
"RequestType" : "TickLeisteR",
"RequestData" : {
"TickLeisteID" : 0
}
}
{
"RequestType" : "ChangeNameR",
"RequestData" : {
"PlayerUUID" : 0,
"PlayerName" : "PlayerName"
}
}
{
"EventType" : "SetPlayerTickE",
"EventData" : {
"PlayerUUID" : 0,
"PlayerNameE" : "PlayerName",
"PositionE" : 0
}
}
{
"EventType" : "InitializeTickLeisteE",
"EventData" : {
"TickLeisteID" : 0,
}
}
{
"EventType" : "TickLeisteE",
"EventData" : {
"TickLeisteID" : 0,
"TickLeisteData":[
{
"PlayerUUID" : 0,
"PositionR" : {
"TickType" : "Tick",
"TickValue" : 0
}
}]
}
}