Skip to content

Commit

Permalink
Update permissions in the plugin.yml + order.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Apr 23, 2013
1 parent 69e35fd commit cdcd794
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
Expand Up @@ -95,9 +95,9 @@ public class Permissions {
*/
public static final String BLOCKPLACE = CHECKS + ".blockplace";
public static final String BLOCKPLACE_AGAINST = BLOCKPLACE + ".against";
public static final String BLOCKPLACE_AUTOSIGN = BLOCKPLACE + ".autosign";
public static final String BLOCKPLACE_AGAINST_AIR = BLOCKPLACE_AGAINST + ".air";
public static final String BLOCKPLACE_AGAINST_LIQUIDS = BLOCKPLACE_AGAINST + ".liquids";
public static final String BLOCKPLACE_AUTOSIGN = BLOCKPLACE + ".autosign";
public static final String BLOCKPLACE_BOATSANYWHERE = BLOCKPLACE + ".boatsanywhere";
public static final String BLOCKPLACE_DIRECTION = BLOCKPLACE + ".direction";
public static final String BLOCKPLACE_FASTPLACE = BLOCKPLACE + ".fastplace";
Expand All @@ -116,9 +116,10 @@ public class Permissions {
public static final String CHAT_CAPTCHA = CHAT + ".captcha";
public static final String CHAT_COLOR = CHAT + ".color";
public static final String CHAT_COMMANDS = CHAT + ".commands";
public static final String CHAT_TEXT = CHAT + ".text";
public static final String CHAT_LOGINS = CHAT + ".logins";
public static final String CHAT_RELOG = CHAT + ".relog";
public static final String CHAT_TEXT = CHAT + ".text";


/*
* Combined !
Expand Down
26 changes: 17 additions & 9 deletions NCPPlugin/src/main/resources/plugin.yml
Expand Up @@ -120,6 +120,8 @@ permissions:
description: Allow the player to place blocks against liquids.
nocheatplus.checks.blockplace.against.air:
description: Allow the player to place blocks against air.
nocheatplus.checks.blockplace.autosign:
description: Allow bypassing the autosign check.
nocheatplus.checks.blockplace.boatsanywhere:
description: Allow the player to place boats on the ground.
nocheatplus.checks.blockplace.direction:
Expand All @@ -135,23 +137,27 @@ permissions:
nocheatplus.checks.chat:
description: Allow the player to bypass all Chat checks.
children:
nocheatplus.checks.chat.captcha:
description: Allow the player to bypass the captcha check (currently the text/commands violation handling would replace it!).
nocheatplus.checks.chat.color:
description: Allow the player to bypass the Color check.
nocheatplus.checks.chat.text:
description: Allow the player to bypass the text check.
nocheatplus.checks.chat.commands:
description: Allow the player to bypass the commands check.
nocheatplus.checks.chat.captcha:
description: Allow the player to bypass the captcha check (currently the text/commands violation handling would replace it!).
nocheatplus.checks.chat.relog:
description: Allow the player to bypass the relog check.
nocheatplus.checks.chat.logins:
nocheatplus.checks.chat.logins:
description: Allow the player to bypass the logins check.
nocheatplus.checks.chat.relog:
description: Allow the player to bypass the relog check.
nocheatplus.checks.chat.text:
description: Allow the player to bypass the text check.
nocheatplus.checks.combined:
description: Allow the player to bypass all combined checks.
children:
nocheatplus.checks.combined.bedleave:
description: Allow to bypass the bedleave check (fly, god).
nocheatplus.checks.combined.improbable:
description: Allow the player to bypass the Improbable check.
nocheatplus.checks.combined.munchhausen:
description: Allow flying with fishing rods! The check is deactivated by default, though.
nocheatplus.checks.fight:
description: Allow the player to bypass all Fight checks.
children:
Expand All @@ -161,10 +167,10 @@ permissions:
description: Allow the player to bypass the Critical check.
nocheatplus.checks.fight.direction:
description: Allow the player to bypass the Direction check.
nocheatplus.checks.fight.godmode:
description: Allow the player to bypass the GodMode check.
nocheatplus.checks.fight.fastheal:
description: Allow the player to bypass the FastHeal check.
nocheatplus.checks.fight.godmode:
description: Allow the player to bypass the GodMode check.
nocheatplus.checks.fight.knockback:
description: Allow the player to bypass the Knockback check.
nocheatplus.checks.fight.noswing:
Expand Down Expand Up @@ -199,6 +205,8 @@ permissions:
description: Allow the player to bypass the MorePacketsVehicle check.
nocheatplus.checks.moving.nofall:
description: Allow the player to bypass the NoFall check.
nocheatplus.checks.moving.passable:
description: Allow bypassing the passable check.
nocheatplus.checks.moving.survivalfly:
description: Allow the player to bypass the SurvivalFly check.
children:
Expand Down

0 comments on commit cdcd794

Please sign in to comment.