Releases: ItsLeon15/Bug-Reports
Releases · ItsLeon15/Bug-Reports
v0.12.2
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
v0.11.4
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
Changed
- Added
%report_server_name%
to the discordEmbedFields list inconfig.yml
. - Added
serverName
config option toconfig.yml
. - Added
serverName
to both bug report and BugList Details GUI. - Added
BugReportServerName
key tocustom_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
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
0.11.0
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
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
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.