Clarify how to delete portals and MBs automatically,

Tell ops what level a user was kicked from for block spamming
This commit is contained in:
Goodlyay 2024-04-16 19:05:01 -07:00
parent 7cd8387ef4
commit 94f6f538e7
3 changed files with 5 additions and 1 deletions

View File

@ -92,6 +92,9 @@ namespace MCGalaxy.Commands.Building {
p.level.UpdateBlock(p, x, y, z, args.Block);
UpdateDatabase(p, args, x, y, z);
p.Message("Message block created.");
if (!p.staticCommands) {
p.Message("To delete message blocks, toggle &T/delete &Smode.");
}
} else {
p.Message("Failed to create a message block.");
}

View File

@ -124,6 +124,7 @@ namespace MCGalaxy.Commands.Building {
p.Message("&3Exit &Sblock placed");
if (!p.staticCommands) return;
p.Message("To delete a portals, toggle &T/delete &Smode.");
args.Entries.Clear();
p.blockchangeObject = args;
p.Blockchange += EntryChange;

View File

@ -45,7 +45,7 @@ namespace MCGalaxy {
return false;
TimeSpan oldestDelta = DateTime.UtcNow - blockLog[0];
Chat.MessageFromOps(p, "λNICK &Wwas kicked for suspected griefing.");
Chat.MessageFromOps(p, "λNICK &Wwas kicked from " + p.level.name + " for suspected griefing.");
Logger.Log(LogType.SuspiciousActivity,
"{0} was kicked for block spam ({1} blocks in {2} seconds)",