Implement argument based permissions for LP commands - closes #52, #170, #174

This commit is contained in:
Luck
2017-07-07 12:43:13 +01:00
Unverified
parent 9e83a5e4d9
commit 42d48c8da2
59 changed files with 929 additions and 44 deletions
+9
View File
@@ -104,6 +104,15 @@ temporary-add-behaviour: deny
# directly and indirectly
primary-group-calculation: stored
# If the plugin should check for "extra" permissions with users run LP commands.
#
# These extra permissions allow finer control over what users can do with each command, and
# who they have access to edit.
#
# The permissions are *not* static, unlike the 'base' permisssions, and will depend upon the
# arguments given within the command.
argument-based-command-permissions: false
+1 -1
View File
@@ -3,4 +3,4 @@ version: ${full.version}
description: A permissions plugin
author: Luck
main: me.lucko.luckperms.bungee.LPBungeePlugin
softDepends: ["RedisBungee"]
softDepends: ["RedisBungee"]