Skip to content

Commit

Permalink
Update plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasenzahn1 committed Apr 20, 2024
1 parent a528f72 commit 4e50349
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ api-version: 1.19
commands:
listCustomBlocks:
description: "Command to show all registered custom blocks"
usage: "/listcustomblocks"
getCustomBlock:
description: "Get a specific custom block"
usage: "/getcustomblock <id>"
replaceCustomBlock:
description: "Replaces a specified block in a Worldedit Region to custom blocks"
description: "Replaces a specified block in a Worldedit Region to custom blocks"
usage: "/replacecustomblock <id>"

0 comments on commit 4e50349

Please sign in to comment.