Jump to content

Report skript


NoutLost_

Recommended Posts

hey,
i made a cool report skript.
you can edit it as much as you want but please give me credit 😄 ty

options:
  p: &7[&c&lReports&7]

command /report [<player>] [<text>]:
  trigger:
    if arg-1 is set:
      if arg-2 is set:
        loop all players:
          if loop-player has permission "reports.read":
            send "{@p} %player% reported player %arg-1% for reason: &f%arg-2%"
          send "{@p} You succesfully reported %arg-1% for reason: &f%arg-2%!"
          send "{@p} &7Staff will look into this as soon as possible!"
          stop
      else:
        send "{@p} please give a reason why you want to report %arg-1%"
    else:
      send "{@p} please specify a player you want to report"

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...