From 25a9e511c5e651f6ed900a774f9ddc83f123a614 Mon Sep 17 00:00:00 2001 From: Destro174 <40720638+destro174@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:47:46 +0200 Subject: [PATCH] add permission in plugin.yml --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index da7b6f3..338e0f0 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -6,4 +6,5 @@ softdepend: [PlaceholderAPI] commands: custommotd: aliases: [cmotd] - description: Set motd in-game or in console. \ No newline at end of file + description: Set motd in-game or in console. + permission: custommotd.admin \ No newline at end of file