2
0
Эх сурвалжийг харах

Edit /addlevels a bit, along with some command info in plugin.yml

GJ 12 жил өмнө
parent
commit
dd0933c584

+ 1 - 1
src/main/java/com/gmail/nossr50/commands/admin/AddlevelsCommand.java

@@ -87,7 +87,7 @@ public class AddlevelsCommand implements CommandExecutor{
 
 
                 profile.addLevels(skill, levels);
                 profile.addLevels(skill, levels);
 
 
-                // TODO: Is it even possible for the player to be offline at this point?
+                // Check if the player is online before we try to send them a message.
                 if (player.isOnline()) {
                 if (player.isOnline()) {
                     if (skill.equals(SkillType.ALL)) {
                     if (skill.equals(SkillType.ALL)) {
                         player.sendMessage(LocaleLoader.getString("Commands.addlevels.AwardAll.1", levels));
                         player.sendMessage(LocaleLoader.getString("Commands.addlevels.AwardAll.1", levels));

+ 1 - 3
src/main/resources/plugin.yml

@@ -42,7 +42,6 @@ commands:
         aliases: []
         aliases: []
         description: Show your individual ranking in mcMMO
         description: Show your individual ranking in mcMMO
     addxp:
     addxp:
-        aliases: []
         description: Add mcMMO XP to a user
         description: Add mcMMO XP to a user
     addlevels:
     addlevels:
         description: Add mcMMO levels to a user
         description: Add mcMMO levels to a user
@@ -53,8 +52,7 @@ commands:
         aliases: []
         aliases: []
         description: Refresh all cooldowns for mcMMO
         description: Refresh all cooldowns for mcMMO
     mcgod:
     mcgod:
-        aliases: []
-        description: Make yourself invulnerable
+        description: Toggles mcMMO god-mode on/off
     mcstats:
     mcstats:
         aliases: [/stats]
         aliases: [/stats]
         description: Shows your mcMMO stats and xp
         description: Shows your mcMMO stats and xp