Skip to content

Releases: ItsLeon15/Bug-Reports

v0.12.2

01 Jun 00:24
Compare
Choose a tag to compare
v0.12.2 Pre-release
Pre-release

Changed

  • Added new translation keys to the languages/*.yml files.
  • Added bug-report-cooldown key to config.yml.
  • Fixed status selection back button bug where you couldn't go back to the previous GUI in another language.
  • Fixed translations in the "Bug Report Details"
  • Fixed category-tab-complete showing when enablePluginReportCategories was set to false
  • Added %bugreports_totalDeletedBugReports% to list of placeholders.
  • Fixed category tab complete.

v0.12.0

22 May 00:58
4bf599c
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Changed

  • Added i18n styled language folder which aims to allow easier editing of languages
  • Fixed "You have no new reports" message being sent to all players.
  • Added update checker notification to both console and op players. @TSERATO

v0.11.4

28 Apr 16:28
Compare
Choose a tag to compare
v0.11.4 Pre-release
Pre-release

Changed

  • Fixed a bug where lowercase status colors were not accepted.
  • Fixed a bug where if you change the status of a bug multiple times and then before you archive press back, the GUI will glitch out.
  • Fixed the default Bug List Details GUI not loading due to errors.
  • Fixed the status item in the default Bug List Details GUI not showing the correct status.
  • Added checks to see if playerData.json is valid or not.
  • Added more listeners to check if the bugreport book was dropped.
  • Added checks after bugreport book is submitted to make sure everything is removed.
  • Added plugins/BugReport/logs/error.log to hold all of the error messages from the plugin.
  • Added the option to change the status in the default Bug List Details GUI.

v0.11.3

14 Apr 06:16
Compare
Choose a tag to compare
v0.11.3 Pre-release
Pre-release

Changed

  • Added %report_server_name% to the discordEmbedFields list in config.yml.
  • Added serverName config option to config.yml.
  • Added serverName to both bug report and BugList Details GUI.
  • Added BugReportServerName key to custom_bug_report_details_GUI.yml file.
  • Changed both confirmation pages to return back to original BugList Details GUI after deletion or archive.
  • Updated /buglist help admin command to include other subcommands.
  • Added more checks to see if the Status Color is valid or not.

0.11.2

09 Apr 22:18
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release

Changed

  • Fixed minor spelling mistake for Teleportation error.
  • Fixed "SQL error or missing database (duplicate column name: status)" error message.
  • Fixed back button in the Confirmation GUI to return to the Bug Report Details page instead of going back to all Bug Reports page.
  • Changed close button to back button in Status Selection GUI.
  • Fixed back button in the Status Selection GUI to return to the Bug Report Details page instead of going closing.
  • Updated /buglist version to show the correct URL.
  • Added more customizable keys for the Discord Embed in config.yml.
discordEmbedFields:
  - name: "Username"
    id: 1
    value: "%report_username%"
    inline: true
  - name: "UUID"
    id: 2
    value: "%report_uuid%"
    inline: true
  - name: "World"
    id: 3
    value: "%report_world%"
    inline: true
  - name: "Location (X, Y, Z)"
    id: 4
    value: "%report_location%"
    inline: true
  - name: "Gamemode"
    id: 5
    value: "%report_gamemode%"
    inline: true
  - name: "Status"
    id: 6
    value: "%report_status%"
    inline: true
  - name: "Category"
    id: 7
    value: "%report_category%"
    inline: true
  - name: "Full Message"
    id: 8
    value: "%report_full_message%"
    inline: false

0.11.1

06 Apr 01:46
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

Changed

  • Fixed an issue where you couldn't select a new status option in another language.
  • Fixed an issue where you couldn't delete or archive a bug report in another language.

0.11.0

06 Apr 01:14
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Changed

  • Removed all instances of System.out.println()
  • Cleaned up the code to avoid duplicated lines.
  • Allowed pluginTitle to override other colors.
  • Linked "Enable Player Heads" with the Discord Webhook.
  • If Error getting UUID from API, then make sure to always send the Discord Webhook message.
  • Made enableBugReportNotifications turn off "noNewReportsMessage"
  • Fixed a bug where normal players without OP still get shown the "X number of bug reports submitted" message.
  • Added a /bl version command.
  • Added newReportsMessage and noNewReportsMessage to the languages.yml file.
  • Added sounds to button clicks in all GUI's.
  • Added a new GUI to the delete/archive to make sure the user really wants to delete/archive a report.
  • Removed "Add Status" as it was causing too many issues.
  • Fixed messages not having the pluginColor and pluginTitle.

New Language Keys:

confirmationDelete: "Delete Bug Report?"
confirmationArchive: "Archive Bug Report?"

Removed Language Keys:

addStatus: "Add Status"

0.10.1

06 Mar 00:33
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Changed

  • Added both "reload", "help" and "debug" subcommands to the "buglist" command.
  • Removed the "report" and "reports" aliases from the plugin.
  • Fixed an issue where if you teleport to a null location, the GUI freezes.
  • Added the ability to submit bug reports from a book.
  • Fixed an issue with the "On", "Off" options in the Settings GUI.
  • Added an option to enable book reports in the Settings GUI.
  • Added Debug Mode. (Should only be used if the plugin is not working correctly, this will create a lot of log messages!)

New Language Keys:

enableReportBook: "Enable Report Book"

New Config Keys:

enablePluginReportBook: false

0.10.0

26 Feb 20:26
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Changed

  • Fixed the option to disable player heads.
  • Fixed the IndexOutOfBounds issue with the GUI.
  • Fixed the "On" and "Off" buttons showing as "null".
  • Added the option to edit/add/delete custom statuses.
  • Added the ability to change the status of a report.

0.9.1

05 Feb 15:55
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

Changed

  • Fixed Plan dependency issues.
  • Fixed ReportCreatedEvent from not triggering synchronously.
  • Added more cases to teleporting.