Solved Report Skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Apr 22, 2020
18
1
3
24
I have a report skript were you report a player and it'll open a GUI and you click what to report for... After you click that I want it to send the report message to a player with a certain permission. I'm using SkQuery.

code_language.skript:
command report <player>:
     trigger:
          open chest with 3 rows named "&cReport %arg 1%" to player
          wait 1 tick
          format slot 10 of player with a red stained clay named "&cMalicious Hacks" with lore "&cReport %arg 1% for: Malicious Hacks" to close
Have it send a message to a player with a certain permission...
 
Last edited:
Status
Not open for further replies.