From cd6cac1fb6367fd873b85772b6ea1b74f0f253bf Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 7 Sep 2016 21:01:03 +0100 Subject: [PATCH] Fix bad grammar in config option comment --- bukkit/src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 6a222eb7c..673721a5f 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -49,7 +49,7 @@ log-notify: true # If the vanilla OP system is enabled. If set to false, all users will be de-opped, and the op/deop commands will be disabled. enable-ops: true -# If opped players should be allowed to use LuckPerms commands. Set to false to only allow users with the permission access +# If opped players should be allowed to use LuckPerms commands. Set to false to only allow users who have the permissions access to the commands commands-allow-op: true # The name of the server used within Vault operations. If you don't want Vault operations to be server specific, set this @@ -84,4 +84,4 @@ data: # Set to -1 to disable. If this is the only instance accessing the datastore, you can disable syncing. # e.g. if you're using sqlite or flatfile, this can be set to -1 to save resources. - sync-minutes: 3 \ No newline at end of file + sync-minutes: 3