From f3555f790ed3aa84b7a7df6b1919506be032805c Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Fri, 10 Jul 2020 23:36:00 +0200 Subject: [PATCH] added comments --- src/main/resources/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index f721634..9405b84 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -3,6 +3,11 @@ messages: command-denied: "No such command." commands: + # Permissions that control what commands players can use + # you can add unlimited amount of whitelists + + # commandwhitelist.commands.default + # this will be automatically given to players by default default: - ? - help @@ -17,4 +22,7 @@ commands: - tpahere - tpaccept - tpdeny - - warp \ No newline at end of file + - warp + # commandwhitelist.commands.example + example: + - example \ No newline at end of file