mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 00:20:42 +00:00
Added broadcast to /spurgeall
This commit is contained in:
parent
4aebf33006
commit
31b5c99007
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
package me.StevenLawson.TotalFreedomMod.Commands;
|
||||
|
||||
import me.StevenLawson.TotalFreedomMod.TFM_Util;
|
||||
|
||||
import org.bukkit.ChatColor;
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
|
@ -21,9 +24,11 @@ public class Command_spurgeall extends TFM_Command
|
|||
server.dispatchCommand(sender, "blockcmd");
|
||||
server.dispatchCommand(sender, "halt purge");
|
||||
server.dispatchCommand(sender, "lockup purge");
|
||||
|
||||
TFM_Util.bcastMsg("[Purge] Purged!", ChatColor.LIGHT_PURPLE);
|
||||
//If I'm missing any, lemme know. Or just add it yourself.
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue