mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 14:49:35 +01:00
register a valid skill for AprilCommand (Fixes #4147)
This commit is contained in:
parent
9c342f24cd
commit
3c272a3e31
@ -381,7 +381,7 @@ public final class HolidayManager {
|
||||
if(!Config.getInstance().isAprilFoolsAllowed())
|
||||
return;
|
||||
|
||||
PluginCommand command = mcMMO.p.getCommand("mcfools");
|
||||
PluginCommand command = mcMMO.p.getCommand("crafting");
|
||||
command.setExecutor(new AprilCommand());
|
||||
}
|
||||
}
|
||||
|
@ -167,8 +167,9 @@ commands:
|
||||
aliases: [mcsb]
|
||||
description: Manage your mcMMO Scoreboard
|
||||
permission: mcmmo.commands.mcscoreboard
|
||||
mcfools:
|
||||
aliases: [macho, jumping, throwing, wrecking, crafting, walking, swimming, falling, climbing, flying, diving, piggy]
|
||||
#mcfools:
|
||||
crafting:
|
||||
aliases: [macho, jumping, throwing, wrecking, walking, swimming, falling, climbing, flying, diving, piggy]
|
||||
description: Deploy jokes
|
||||
permission: mcmmo.commands.mcfools
|
||||
mcmmoreloadlocale:
|
||||
|
Loading…
x
Reference in New Issue
Block a user