ReportsGUI

  • 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!

MattyHD0

New Member
Dec 30, 2019
0
0
0
22
Argentina
Any error or bug not paste them on the home page, use private message

You can donate to me in https://www.paypal.me/MattyHD0 :emoji_slight_smile:

Requieres:
- Skript
- TuSKe
Code:
options:
    prefix: &8[&cReportsGUI&8] &7
    version: 1.0.0

    gui.reports: &8Reports
    gui.namePrefix: &e
    gui.reportedBy: &7Reported by: &c
    gui.reason: &7Reason: &c
    gui.date: &7Date: &c
    gui.lClick: &7Left-click to teleport
    gui.rClick: &7Right-click to delete

    msg.playerReport: &7You reported &c%{_r}% &7for &c%{_t}%
    msg.playerReported: &c%{_p}% &7reported &c%{_r}% &7for the reason &c%{_t}%

    msg.unknownReason: &7You have to assign a reason to the report
    msg.unknownPlayer: &7You have to choose the user you want to report
    msg.offlinePlayer: &7That player is not online
    msg.teleportSuccessfully: &7You were teleported up to &c%{_r}%
    msg.openInterface: &7You opened the reporting interface

    msg.noPermissions: &cYou don't have permission to do that!
    msg.reportsDeleted: &7All reports were removed!

    msg.reloadingScript: &7Reloading script...
    msg.reloadedScript: &7&7Script reloaded (debug in the console)!

    help.commandList: &7Command list >
    help.clear: &7Clear the list of reports
    help.reload: &7Reload the script
Code:
/report <player> <reason> - reportsgui.report
/reports - reportsgui.list
/reportsgui - reportsgui.admin

reportsgui.notify - notify a staff when someone has been reported