mirror of
https://gitlab.com/Emeraude/music-very-player.git
synced 2024-11-23 11:21:20 +01:00
27 lines
1012 B
Plaintext
27 lines
1012 B
Plaintext
{
|
|
"default": {
|
|
"prefix": "!",
|
|
"commands": {
|
|
"p": { "target": "player", "action": "add" },
|
|
"play": { "target": "player", "action": "add" },
|
|
"remove": { "target": "player", "action": "remove" },
|
|
"stop": { "target": "player", "action": "stop" },
|
|
"loop": { "target": "player", "action": "loop" },
|
|
"next": { "target": "player", "action": "next" },
|
|
"previous": { "target": "player", "action": "prev" },
|
|
"list": { "target": "player", "action": "list" },
|
|
|
|
"playlistlist": { "target": "playlists", "action": "list" },
|
|
"register": { "target": "playlists", "action": "register" },
|
|
"load": { "target": "playlists", "action": "load" },
|
|
"fork": { "target": "playlists", "action": "fork" },
|
|
|
|
"mvpconfig": { "target": "mvp", "action": "config" },
|
|
"mvpversion" : { "target": "mvp", "action": "version"},
|
|
|
|
"s": { "target": "resource", "action": "search" },
|
|
"search": { "target": "resource", "action": "search" }
|
|
}
|
|
}
|
|
}
|