diff --git a/README.MD b/README.MD index 4fbcc61..778e346 100644 --- a/README.MD +++ b/README.MD @@ -27,13 +27,13 @@ There are limitations connected to directly playing media using playSound: ## Commands -| Command | Arguments | Description | -| --- | --- | --- | -| /minstrel addsong | \ \ \ | Adds the specified song to the selected minstrel's playlist | -| /minstrel removesong | \ | Removes the song at the given index from the selected minstrel's playlist | -| /minstrel listsongs | none | Lists all songs in the selected NPC's playlist in the format CATEGORY:identifier:duration | -| /minstrel volume | \ \[force update (true/false)] | Displays or sets the volume of the selected minstrel | -| /minstrel pitch | \ \[force update (true/false)] | Displays or sets the pitch of the selected minstrel | +| Command | Arguments | Description | +|----------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------------| +| /minstrel addsong | \ \ \ | Adds the specified song to the selected minstrel's playlist | +| /minstrel removesong | \ | Removes the song at the given index from the selected minstrel's playlist | +| /minstrel listsongs | none | Lists all songs in the selected NPC's playlist in the format CATEGORY:identifier:duration | +| /minstrel volume | \ \[force update (true/false)] | Displays or sets the volume of the selected minstrel | +| /minstrel pitch | \ \[force update (true/false)] | Displays or sets the pitch of the selected minstrel | ### /minstrel addsong diff --git a/pom.xml b/pom.xml index 657f763..a5a8aa9 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ citizens-repo - http://repo.citizensnpcs.co/ + https://repo.citizensnpcs.co/ @@ -108,5 +108,11 @@ + + org.jetbrains + annotations + 23.0.0 + provided +