Add permissions for JourneyMap/VoxelMap.

This commit is contained in:
asofold 2014-12-04 03:09:17 +01:00
parent 04d2896f7e
commit 256d06b67c
2 changed files with 11 additions and 2 deletions

View File

@ -25,6 +25,7 @@ public class Permissions {
// Command permissions.
public static final String COMMAND = NOCHEATPLUS + ".command";
public static final String COMMAND_COMMANDS = COMMAND + ".commands";
public static final String COMMAND_DEBUG = COMMAND + ".debug";
public static final String COMMAND_EXEMPT = COMMAND + ".exempt";
public static final String COMMAND_EXEMPTIONS = COMMAND + ".exemptions";
public static final String COMMAND_INFO = COMMAND + ".info";
@ -161,8 +162,9 @@ public class Permissions {
public static final String ZOMBE_CHEAT = ZOMBE + ".cheat";
public static final String ZOMBE_FLY = ZOMBE + ".fly";
public static final String ZOMBE_NOCLIP = ZOMBE + ".noclip";
private static final String JOURNEY = MODS + ".journey";
public static final String JOURNEY_RADAR = JOURNEY + ".radar";
public static final String JOURNEY_CAVE = JOURNEY + ".cavemap";
public static final String JOURNEY_CAVE = JOURNEY + ".cavemap";
}

View File

@ -195,6 +195,13 @@ permissions:
description: Allow the player to use CJB's radar.
nocheatplus.mods.cjb.xray:
description: Allow the player to use CJB's xray.
nocheatplus.mods.journey:
description: Allow players too use mapping features of the JourneyMap mod (Same codes as VoxelMap).
children:
nocheatplus.mods.journey.radar:
description: Radar features (JourneyMap, VoxelMap).
nocheatplus.mods.journey.cavemap:
description: Cave map features (JourneyMap, VoxelMap).
nocheatplus.mods.minecraftautomap:
description: Allow the player to use the Minecraft AutoMap mod.
children: