hotwords file and more mayhem-info.sh
This commit is contained in:
@@ -4,4 +4,4 @@ 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 "[$(cat ./hotwords.txt | tr '\n' ' ')]"
|
||||
|
||||
18
config.d/mayhem-party.d/hotwords.txt
Normal file
18
config.d/mayhem-party.d/hotwords.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
mario
|
||||
luigi
|
||||
peach
|
||||
daisy
|
||||
wario
|
||||
waluigi
|
||||
bowser
|
||||
junior
|
||||
koopa
|
||||
shyguy
|
||||
boo
|
||||
toad
|
||||
toadette
|
||||
coin
|
||||
star
|
||||
minigame
|
||||
win
|
||||
lose
|
||||
@@ -4,4 +4,4 @@ set -e
|
||||
|
||||
bash ./shuffle.sh
|
||||
bash ./fill.sh
|
||||
cat ./v01-live.yaml
|
||||
bash ./players.sh
|
||||
|
||||
2
config.d/mayhem-party.d/players.sh
Normal file
2
config.d/mayhem-party.d/players.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
cat v01-live.yaml | gojq --yaml-{in,out}put '.users | to_entries[] | {(.key): [.value.state.player, .value.gm.alias]}'
|
||||
Reference in New Issue
Block a user