1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 23:41:27 +02:00

Adding permission for the /mcstats command.

This commit is contained in:
U-YUE\Sean 2013-01-30 09:50:15 -08:00
parent 6d5cf2b139
commit b8eb6186ed
2 changed files with 6 additions and 4 deletions
src/main
java/com/gmail/nossr50/commands/general
resources

@ -17,6 +17,10 @@ public class McstatsCommand implements CommandExecutor {
return true;
}
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.mcstats")) {
return true;
}
Player player = (Player) sender;
player.sendMessage(LocaleLoader.getString("Stats.Own.Stats"));

@ -697,19 +697,17 @@ permissions:
mcmmo.commands.all:
description: Implies all mcmmo.commands permissions.
children:
mcmmo.commands.ability: true
mcmmo.commands.addlevels: true
mcmmo.commands.addlevels.others: true
mcmmo.commands.addxp: true
mcmmo.commands.addxp.others: true
mcmmo.commands.inspect: true
mcmmo.commands.party.all: true
mcmmo.commands.ptp: true
mcmmo.commands.defaults: true
mcmmo.commands.defaults:
description: Implies all default mcmmo.commands permissions.
children:
mcmmo.commands.ability: true
mcmmo.commands.inspect: true
mcmmo.commands.mcstats: true
mcmmo.commands.party.all: true
mcmmo.commands.ptp: true
mcmmo.commands.ability: