Updates readme command list
All checks were successful
KnarCraft/BlacksmithVisuals/pipeline/head This commit looks good

This commit is contained in:
Kristian Knarvik 2024-08-04 11:53:33 +02:00
parent a50e97454a
commit df4512864f

View File

@ -21,14 +21,16 @@ teleported to end up in the correct spot.
## Commands
| Command | Options | Description |
|-------------------------------------|--------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| /reload (/blacksmithvisuals:reload) | | Reloads the plugin |
|------------------------------------------------------------|--------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| /reload (/blacksmithvisuals:reload) | | Reloads the plugin. |
| /setNPCPosition <positionType> | idle, netherite-workstation, reforging-workstation, crafting-workstation | Sets an idle or working position for an NPC to the current location of the executing player. |
| /playTestSound <sound category> <sound> \[volume] \[pitch] | | Plays the specified sound at the selected NPC. |
## Permissions
| Permission | Description |
|-------------------------------|---------------------------------------------|
| blacksmithvisuals.* | Gives all permissions |
| blacksmithvisuals.reload | Gives access to the reload command |
| blacksmithvisuals.setposition | Gives access to the /setNPCPosition command |
|---------------------------------|----------------------------------------------|
| blacksmithvisuals.* | Gives all permissions. |
| blacksmithvisuals.reload | Gives access to the reload command. |
| blacksmithvisuals.setposition | Gives access to the /setNPCPosition command. |
| blacksmithvisuals.playtestsound | Gives access to the /playTestSound command. |