double count = limit.Activations(player.Name);
if (count == 1)
plugin.SendGlobalMessage(plugin.R("%p_n%, NOT USE %w_n% again! This is NO KILL SERVER"));
else if (count > 1)
plugin.PBBanPlayerWithMessage(PBBanDuration.Temporary, player.Name, 15, plugin.R("%p_n% you have been banned for 15 minutes for using %w_n% on NO KILL server"));
return false;