command /report <player> <text>: permission: nutzpvp.report executable by: players trigger: if arg-1 is not set: message "&8&l(&e&l!&8&l) &eType /report <player> <text> &8&l(&e&l!&8&l)" if arg-2 is not set: message "&8&l(&e&l!&8&l) &eType /report <player> <text> &8&l(&e&l!&8&l)" send "&8&l(&e&l!&8&l) &eYour report has been sent to online staff!" loop all players: loop-player has permission "nutzpvp.staffreport" send "&8&l(&e&l!&8&l) &c%player% &ehas reported &c%arg-1% &efor &c%arg-2%" to loop-player How would i add it so when a player is reported it would store in a command like /checkreports and add a command to clear them like /clearreports! Thanks!