/report - report a griefer

/report - report a griefer

Postby xKiki00 » 23 Nov 2011, 18:55

Requested : http://mcdzienny.cba.pl/viewtopic.php?f=11&t=901

Code: Select all
// Simple Command by ryukie
using System;

namespace MCDzienny
{
   public class CmdReport : Command
   {
      public override string name { get { return "report"; } }
      public override string shortcut { get { return "rept"; } }
      public override string type { get { return "other"; } }
      public override bool museumUsable { get { return false; } }
      public override LevelPermission defaultRank { get { return LevelPermission.Guest; } }
      public override void Use(Player p, string message)
      {
         Player.GlobalMessage(p.color + p.name + " Saw a griefer, Lets catch him! ");
      }
      public override void Help(Player p)
      {
         Player.SendMessage(p, "/report - Reports a player");
         Player.SendMessage(p, "Use Only When you see a player Griefing");
      }
   }
}

----------------------------------------------------------------------------------------------------------------------------------------
You can edit the command, if you want. Command not tested!
----------------------------------------------------------------------------------------------------------------------------------------
Second Way:

Download
Attachments
Report File.RAR
Download Me!
(1.75 KiB) Downloaded 45 times
Image
User avatar
xKiki00
 
Posts: 66
Joined: 20 Jul 2011, 17:55
Location: On forums

Re: [Command] Report - Report a griefer

Postby PlatinumKiller » 24 Nov 2011, 15:36

I haven't tested it but seems nice, i also think it's in the software.

But if its not Dzienny should add it in
Image
User avatar
PlatinumKiller
 
Posts: 388
Joined: 22 Jun 2011, 22:55
Location: MCDzienny Forums

Re: [Command] Report - Report a griefer

Postby xKiki00 » 24 Nov 2011, 17:47

Thanks ;) , I dont think its in software.
Image
User avatar
xKiki00
 
Posts: 66
Joined: 20 Jul 2011, 17:55
Location: On forums

Re: [Command] Report - Report a griefer

Postby Ultima » 07 Dec 2011, 12:18

I will test it :D

Am getting spammed by players saying [name] GRIEFER while they dont do anything or placed 1 block ._.
Maybe a check if reporter already reported [name], he gets a message that he is already reported and limiting all the spam by the OPS :|

Btw, i saw that /fakerank was in the software but its not enabled ._.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45


Return to Custom Commands

Who is online

Users browsing this forum: No registered users and 7 guests

cron