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