Configuration

Configuration

Main Config

A configuration section for basic config that enables you to further customize bReport!

#The minimum distance a report needs to be.
Report-Length: 3 
#Mathematical equation that checks for sentence similarity. The number defines the amount of needed differences.
levenshtein: 6
#The amount of tickets displayed when you run /read
ticket-display: 7
#If a message will be sent on join that there are or aren't reports.
join-message: false
#A email system that enables the plugin to notify you when a report is made.
Mail:
  use-mail: false
  mail-host: localhost
  mail-to: test@test.com

Messages

A basic config that allows you to change messages sent to the player in commands and change the name that is the prefix of almost every command.

name: '&8[&bbR&r&8]&r'
Messages:
  REPORT_UNRESOLVED: '&7Report unresolved.'
  REPORT_TELEPORT: '&7Teleported to the location of the report - ID:&b %s'
  TICKET_CLONE: '&4You already have a ticket about that.'
  PERMISSION: '&4You do not have permission to use %s'
  REPORT_IS_RESOLVED: '&7Report Resolved'
  REPORT_TOTAL: '&7There are&b %s&7 unread reports'
  UNSOLVED_REPORTS: '&4No report with that id, use %s to see all unresolved reports.'
  REPORT_READ: '&b %s &7 - ID:&b %s'
  ON_JOIN: '&7There are&b %s&7 unread reports'
  READ_REPORT: '&7** %s'
  INGAMECOMMAND: '&4Only players can use the %s command!'
  REPORT_IS_UNRESOLVED: '&4That report is not yet resolved!'
  REPORT_FILED: '&7A report has been filed by&b %s &7 - ID:&b %s'
  READ_STATUS: '&7Statues:&b %s'
  REPORT_RESOLVED: '&7A report you filed has been resolved by &b%s'
  REPORT_LENGTH: '&4Reports must be at least %s words long.'
  REPORT_FILED_YOU: '&7A report has been filed for you - ID:&b %s'
  SHOWING_REPORT: '&7Showing&b %s/%s &7unread reports'
  USAGE: '&4Usage: %s'
  NO_REPORTS: '&4** NOTHING TO REPORT **'
  READ_REPORTER: '&7Reporter:&b %s &7ID:&b %s'
  REPORT_WAS_RESOLVED: '&4That report is already resolved!'
  NO_COMMENTS: '&4No comments found'
  COMMENT: '&7Showing&b %s &7comments on&b %s'
  COMMENT_ADD: '&7You have added a comment to&b %S'

Comments

Posts Quoted:
Reply
Clear All Quotes