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

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script ReportsGUI 1.0.0

An easy and comfortable way to manage reports!

  1. MattyHD0
    Supported Minecraft Versions:
    • 1.14
    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 (Text):
    1. options:
    2.     prefix: &8[&cReportsGUI&8] &7
    3.     version: 1.0.0
    4.  
    5.     gui.reports: &8Reports
    6.     gui.namePrefix: &e
    7.     gui.reportedBy: &7Reported by: &c
    8.     gui.reason: &7Reason: &c
    9.     gui.date: &7Date: &c
    10.     gui.lClick: &7Left-click to teleport
    11.     gui.rClick: &7Right-click to delete
    12.  
    13.     msg.playerReport: &7You reported &c%{_r}% &7for &c%{_t}%
    14.     msg.playerReported: &c%{_p}% &7reported &c%{_r}% &7for the reason &c%{_t}%
    15.  
    16.     msg.unknownReason: &7You have to assign a reason to the report
    17.     msg.unknownPlayer: &7You have to choose the user you want to report
    18.     msg.offlinePlayer: &7That player is not online
    19.     msg.teleportSuccessfully: &7You were teleported up to &c%{_r}%
    20.     msg.openInterface: &7You opened the reporting interface
    21.  
    22.     msg.noPermissions: &cYou don't have permission to do that!
    23.     msg.reportsDeleted: &7All reports were removed!
    24.  
    25.     msg.reloadingScript: &7Reloading script...
    26.     msg.reloadedScript: &7&7Script reloaded (debug in the console)!
    27.  
    28.     help.commandList: &7Command list >
    29.     help.clear: &7Clear the list of reports
    30.     help.reload: &7Reload the script
    Code (Text):
    1. /report <player> <reason> - reportsgui.report
    2. /reports - reportsgui.list
    3. /reportsgui - reportsgui.admin
    4.  
    5. reportsgui.notify - notify a staff when someone has been reported

    r1.png
    r3.png
    r2.png