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