mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-22 21:53:35 +00:00
Temporarily re-naming /clearchat to /cleanchat (#91)
* Temporarily re-naming /clearchat to /cleanchat Due to another plugin which currently doesn't quite have all the permissions working, this command is not currently able to be executed as it stands. * Shhh I know I'm an idiot
This commit is contained in:
parent
d77f59435b
commit
92bbb62379
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ import org.bukkit.entity.Player;
|
|||
|
||||
@CommandPermissions(level = Rank.ADMIN, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "Clears the chat.", usage = "/<command>", aliases = "cc")
|
||||
public class Command_clearchat extends FreedomCommand
|
||||
public class Command_cleanchat extends FreedomCommand
|
||||
{
|
||||
|
||||
@Override
|
||||
|
@ -27,4 +27,4 @@ public class Command_clearchat extends FreedomCommand
|
|||
FUtil.adminAction(sender.getName(), "Cleared chat", true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue