What is the way to do this? if (lootstartevent.Entity.Name.Contains("crate")) { Server.GetServer().BroadcastFrom("INFO", lootstartevent.Player.Name + " IS LOOTING SupplyCrate"); return; } Thanks!!