Jump to content

Report Skript


rookielh

Recommended Posts

command /report [<player>] [<text>]:
    trigger:
        if arg-2 is not set:
            send "&7Usage: &c/report [player] [reason]" to player
            send "&a&6/report steve fly" to player
        else if arg-1 is not set:
            send "&7Usage: &c/report [player] [reason]" to player
            send "&a&6/report steve fly" to player
        else if arg-1 = player:
            send "&cYou can't report yourself!" to player
        else:
            send "&a&oPlayer succesfully reported!" to player
            send "&c&lPlayer &a%player% &creported &4%arg-1% &cfor &4%arg-2%"  to all players where [input has permission "reports.see"]       

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...