From d9dd55f396b57c45c0741e459e828467c89a72f3 Mon Sep 17 00:00:00 2001 From: Lucky Date: Tue, 18 Jan 2022 15:53:13 +0900 Subject: [PATCH] Update descriptions of hoe command and permission in plugin.yml --- src/main/resources/plugin.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3958b55..2ddbf39 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -6,9 +6,8 @@ depend: [WorldGuard, ItemNBTAPI] commands: hoe: usage: /hoe - description: This is a hoe command. + description: This command gives a wooden hoe, whose NBT tags are customized, to the sender. perimissions: simpleslider.hoe: - description: This Permission gives a wooden hoe sender. - default: true \ No newline at end of file + default: true