Improves built-in command usage documentation
This commit is contained in:
parent
855ae55662
commit
28d8a2e64b
@ -10,7 +10,12 @@ description: Adds a minstrel trait to Citizens NPCs
|
|||||||
commands:
|
commands:
|
||||||
minstrel:
|
minstrel:
|
||||||
permission: minstrel.admin
|
permission: minstrel.admin
|
||||||
usage: /<command> <addsong/removesong/listsongs/pitch/volume> [argument]
|
usage: |
|
||||||
|
/<command> addsong <song category> <song identifier> <duration in seconds> - Adds the song to the selected minstrel
|
||||||
|
/<command> listsongs - Lists songs for the selected minstrel
|
||||||
|
/<command> removesong <song index (0-based)> - Removes the song at the selected index from the selected minstrel's playlist
|
||||||
|
/<command> pitch [pitch] [force update] - Changes the pitch of the selected minstrel
|
||||||
|
/<command> volume [volume] [force update] - Changes the volume of the selected minstrel
|
||||||
description: Used to see, or alter, a minstrel's songs
|
description: Used to see, or alter, a minstrel's songs
|
||||||
permissions:
|
permissions:
|
||||||
minstrel.admin:
|
minstrel.admin:
|
||||||
|
Loading…
Reference in New Issue
Block a user