mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-15 12:01:51 +01:00
Add permissions for JourneyMap/VoxelMap.
This commit is contained in:
parent
04d2896f7e
commit
256d06b67c
@ -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";
|
||||
@ -165,4 +166,5 @@ public class Permissions {
|
||||
private static final String JOURNEY = MODS + ".journey";
|
||||
public static final String JOURNEY_RADAR = JOURNEY + ".radar";
|
||||
public static final String JOURNEY_CAVE = JOURNEY + ".cavemap";
|
||||
|
||||
}
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user