ALMOST
parent
53cab7e43c
commit
df2c5cb0ad
|
|
@ -0,0 +1,3 @@
|
|||
#! /bin/bash
|
||||
|
||||
curl -sS http://mp.home.blapointe.com:17071/gm/rpc/elect
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#! /bin/bash
|
||||
|
||||
curl -sS http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
||||
-d '[mario luigi peach daisy wario waluigi bowser junior koopa shy guy boo toad toadette coin star minigame win lose]'
|
||||
|
|
@ -2,32 +2,10 @@ feedback:
|
|||
addr: :17071
|
||||
ttsurl: http://localhost:15002
|
||||
users:
|
||||
bel:
|
||||
meta:
|
||||
lasttsms: 1680749337732
|
||||
lastlag: 0
|
||||
state:
|
||||
player: 1
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
lastalias: ""
|
||||
vote: ""
|
||||
bill:
|
||||
meta:
|
||||
lasttsms: 1680749356628
|
||||
lastlag: 0
|
||||
state:
|
||||
player: 0
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
lastalias: ""
|
||||
vote: ""
|
||||
chase:
|
||||
meta:
|
||||
lasttsms: 1680749343695
|
||||
lastlag: 1
|
||||
lasttsms: 1680754074260
|
||||
lastlag: 74
|
||||
state:
|
||||
player: 0
|
||||
message: ""
|
||||
|
|
@ -37,19 +15,8 @@ users:
|
|||
vote: ""
|
||||
mason:
|
||||
meta:
|
||||
lasttsms: 1680749345630
|
||||
lastlag: 0
|
||||
state:
|
||||
player: 0
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
lastalias: ""
|
||||
vote: ""
|
||||
nat:
|
||||
meta:
|
||||
lasttsms: 1680749347862
|
||||
lastlag: 0
|
||||
lasttsms: 1680754066487
|
||||
lastlag: 101
|
||||
state:
|
||||
player: 0
|
||||
message: ""
|
||||
|
|
@ -59,10 +26,10 @@ users:
|
|||
vote: ""
|
||||
roxy:
|
||||
meta:
|
||||
lasttsms: 1680749354362
|
||||
lastlag: 0
|
||||
lasttsms: 1680753732685
|
||||
lastlag: 24
|
||||
state:
|
||||
player: 0
|
||||
player: 2
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
|
|
@ -70,10 +37,10 @@ users:
|
|||
vote: ""
|
||||
zach:
|
||||
meta:
|
||||
lasttsms: 1680749341113
|
||||
lastlag: 0
|
||||
lasttsms: 1680754081946
|
||||
lastlag: 271
|
||||
state:
|
||||
player: 0
|
||||
player: 1
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
|
|
@ -81,17 +48,53 @@ users:
|
|||
vote: ""
|
||||
players:
|
||||
- transformation:
|
||||
"1": "6"
|
||||
"2": "7"
|
||||
"3": "8"
|
||||
"4": "9"
|
||||
"5": "0"
|
||||
a: f
|
||||
d: h
|
||||
e: "y"
|
||||
q: r
|
||||
s: g
|
||||
w: t
|
||||
"1": "1"
|
||||
"2": "2"
|
||||
"3": "3"
|
||||
"4": "4"
|
||||
"5": "5"
|
||||
a: "7"
|
||||
d: "9"
|
||||
e: "0"
|
||||
q: '-'
|
||||
s: "8"
|
||||
w: "6"
|
||||
- transformation:
|
||||
"1": q
|
||||
"2": w
|
||||
"3": e
|
||||
"4": r
|
||||
"5": ' '
|
||||
a: u
|
||||
d: o
|
||||
e: p
|
||||
q: =
|
||||
s: i
|
||||
w: "y"
|
||||
- transformation:
|
||||
"1": a
|
||||
"2": s
|
||||
"3": d
|
||||
"4": f
|
||||
"5": ' '
|
||||
a: j
|
||||
d: l
|
||||
e: ;
|
||||
q: g
|
||||
s: k
|
||||
w: h
|
||||
- transformation:
|
||||
"1": z
|
||||
"2": x
|
||||
"3": c
|
||||
"4": v
|
||||
"5": ' '
|
||||
a: m
|
||||
d: .
|
||||
e: /
|
||||
q: b
|
||||
s: ','
|
||||
w: "n"
|
||||
quiet: false
|
||||
broadcast:
|
||||
message: ""
|
||||
message: roxy is now player 2, zach is now player 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue