📃report.yml

plugins/PandoraReports

report:
  identifier: "SCP-" #Like SCP-0001
  command-usage: "&cPlease specify a player you would like to report (/report playerName)"
  self-report: "&cYou cannot report yourself."
  player-not-found: "&cThis player does not exist."
  no-permissions: "&cNo permission!"
  time-format: "dd/MM/yyyy HH:mm:ss"

  reason-max-chars: 18 #max chars in reason, recommended: 18 o less
  reason-max-chars-exceeds: "&cYou have exceeded the character limit"

  cooldown: 15 #In seconds
  cooldown-msg: "&cYou need to wait %time% to make a report again"
  console-name: "Console"

  tab-complete:
    default-reasons:
      - "Hacking"
      - "Fly"
      - "Toxic"

  ignore-servers:
    message:
      - "&cThe command is ignored in this server."
    servers:
      - Auth
  ignore-players:
    message:
      - "&dThis player's herobrine"
    players:
      - Andrius91
  reports-help-message:
    - "&5Commands:"
    - "&f"
    - "&d/reports toggle &7- &fEnable or disable notifications"
    - "&d/reports info <id> &7- &fGet info about a report "
    - "&d/reports hist <player> &7- &fView a user's history"
    - "&d/reports list &7- &fOpen a list gui"
  notifications:
    un-closed-alert:
      - "&dThere are &5&l%size%&d unclosed reports"
    un-closed-alert-servers:
      - Lobby
      - OtherServer
    enable: "&aYou have enabled the notifications."
    disable: "&cYou have disabled the notifications."
  message:
    id-not-found: "&cThis id doesn't exist"
    default-close-msg: "Default Close"

    components:
      sendToServer:
        text: "&7(&dClick to go to the server&7)"
        hover: "&7(&dClick to go to the server&7)"
        command: "/server %server%"

    #When player make a report.
    new-to-user:
      - "&7You have successfully reported %target% &5(&d%id%&5)."

    #This message will only reach players with the reports.staff or reports.notifications permission.
    new-to-staff:
      #The sendToServer component will always be added to the end of the message,
      #if you don't want to include it just leave the double quotes empty
      - "&dNew Report &5&l%id%:"
      - " "
      - "&dTarget: &7%target%"
      - "&dReporter: &7%reporter%"
      - "&dReason: &7%reason%"
      - "&dServer: &7%server%"
      - " "

    details:
      #The closeReport component will always be added to the end of the message,
      #if you don't want to include it just leave the double quotes empty
      is_open:
        - "&dREPORT-DETAILS &7(&5%id%&7)"
        - " "
        - "&dReporter: &7%reporter%"
        - "&dTarget: &7%target%"
        - "&dReason: &7%reason%"
        - "&dServer: &7%server%"
        - " "
        - "&dOpen date: &7%open_date%"
        - " "
      is_closed:
        - "&dREPORT-DETAILS &7(&5%id%&7)"
        - " "
        - "&dReporter: &7%reporter%"
        - "&dTarget: &7%target%"
        - "&dReason: &7%reason%"
        - "&dServer: &7%server%"
        - " "
        - "&dClosed by: &7%closed_by%"
        - "&dClosed msg: &7%closed_msg%"
        - " "
        - "&dOpen date: &7%open_date%"
        - "&dClosed date: &7%closed_date%"
        - " "


    close: #When the report is close
      message: "&cWrite the closed reason for report %id% or type .cancel to cancel: "
      cancel-string: ".cancel"
      cancel-message: "&cCancelled!"
      alert: #This message will only reach players with the reports.staff or reports.notifications permission.
        - " "
        - "&fThe report &7(&5%id%&7)&f has been closed by &d%closed_by% &fwith the reason: &d%closed_msg%"
        - " "

Last updated