Selaa lähdekoodia

Adding permission for the /mcstats command.

U-YUE\Sean 12 vuotta sitten
vanhempi
sitoutus
b8eb6186ed

+ 4 - 0
src/main/java/com/gmail/nossr50/commands/general/McstatsCommand.java

@@ -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"));

+ 2 - 4
src/main/resources/plugin.yml

@@ -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: