Lumi/plugins/echonomy-games/cmds.json
2026-05-30 20:37:42 +02:00

37 lines
1.0 KiB
JSON

{
"pluginId": "echonomy-games",
"pluginName": "Echonomy Games",
"commands": [
{
"id": "hotpotato",
"trigger": "hotpotato",
"name": "Hot Potato",
"description": "Start or toss the hot potato game.",
"level": "public",
"platforms": ["discord", "twitch", "youtube"],
"triggerKey": "hotpotato_trigger",
"usage": "hotpotato <amount> | hotpotato toss"
},
{
"id": "coinflip",
"trigger": "coinflip",
"name": "Coinflip",
"description": "Flip a coin to double your bet.",
"level": "public",
"platforms": ["discord", "twitch", "youtube"],
"triggerKey": "coinflip_trigger",
"usage": "coinflip <amount>"
},
{
"id": "mysterybox",
"trigger": "mysterybox",
"name": "Mystery Box",
"description": "Spend coins for a random payout.",
"level": "public",
"platforms": ["discord", "twitch", "youtube"],
"triggerKey": "mysterybox_trigger",
"usage": "mysterybox <amount>"
}
]
}