mayhem-party.sh things
parent
df2c5cb0ad
commit
d559f5244f
|
|
@ -1,4 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
curl -sS http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
curl \
|
||||||
|
-X POST \
|
||||||
|
-i -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]'
|
-d '[mario luigi peach daisy wario waluigi bowser junior koopa shy guy boo toad toadette coin star minigame win lose]'
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
bash ./shuffle.sh
|
||||||
|
bash ./fill.sh
|
||||||
|
cat ./v01-live.yaml
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
#! /bin/bash
|
||||||
|
curl -sS -i http://mp.home.blapointe.com:17071/gm/rpc/shuffle
|
||||||
|
|
@ -2,43 +2,10 @@ feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users:
|
users:
|
||||||
bill:
|
bel:
|
||||||
meta:
|
meta:
|
||||||
lasttsms: 1680754074260
|
lasttsms: 1680754728499
|
||||||
lastlag: 74
|
lastlag: 67
|
||||||
state:
|
|
||||||
player: 0
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
mason:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1680754066487
|
|
||||||
lastlag: 101
|
|
||||||
state:
|
|
||||||
player: 0
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
roxy:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1680753732685
|
|
||||||
lastlag: 24
|
|
||||||
state:
|
|
||||||
player: 2
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
zach:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1680754081946
|
|
||||||
lastlag: 271
|
|
||||||
state:
|
state:
|
||||||
player: 1
|
player: 1
|
||||||
message: ""
|
message: ""
|
||||||
|
|
@ -97,4 +64,4 @@ players:
|
||||||
w: "n"
|
w: "n"
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: roxy is now player 2, zach is now player 1
|
message: bel is now player 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue