You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltips would be really great to explain what options are about and we could add a simple argument :
{
"id": "duel-choice",
"target": "string",
"uuid": "randomstring",
"message": "How would like your duel flavored ?",
"options":
[
{
"key": "duel-1-kill",
"value": " [1 Kill]",
"tooltip": "Duel is over after one reaches 1 kill"
},
{
"key": "duel-5-kill",
"value": " [5 Kills]",
"tooltip": "Duel is over after one reaches 5 kills"
},
{
"key": "duel-2-deaths",
"value": " [2 deaths]",
"tooltip": "Duel is over after one get killed :\n2 times"
},
{
"key": "duel-cancel",
"value": " [Cancel]",
"tooltip": "Cancel this duel\n&cMake love not war"
},
]
}
Maybe we could also improve the way options are displayed with \n, interactive, suffix and prefix. Similar to tooltips but in a different way :
Tooltips would be really great to explain what options are about and we could add a simple argument :
Maybe we could also improve the way options are displayed with
\n
, interactive, suffix and prefix. Similar to tooltips but in a different way :Would output in chat :
Just some random ideas 🤓
The text was updated successfully, but these errors were encountered: