This is a big update to fix and add new features:
- Fixed bug with the Discord Timestamp showing the incorrect time.
- Fixed event handler for the Bug Report Settings GUI returning the incorrect type.
- Fixed an issue with the database connection where it wouldn't close the connection when the plugin was disabled.
- Fixed an issue where you couldn't see other players bug reports apart from your own.
- Readded the ability to view player heads in a bug report (This was broken in previous versions)
- Added the ability to send a title message instead of a player message.
- Added the option to enable or disable player heads in a bug report.
- Added a new GUI "Other Settings" to show more customizable options.
- Added caching so the plugin doesn't try and get player heads every time the GUI is open.
- Added a notification message when a player joins, they get notified on how many reports were submitted.
Any issues, feel free to join the
Discord Server or posting an issue on the
GitHub.
Added keys in
languages.yml
Code (YAML):
otherSettings
:
"Other Settings"
enableTitleMessage
:
"Enable Title Message"
enablePlayerHeads
:
"Enable Player Heads"
Added keys in
config.yml
Code (YAML):
useTitleInsteadOfMessage
: false
enablePlayerHeads
: true
refreshPlayerHeadCache
: 1d
# Default, 1m, 1h, 1d, 1w, 1mo, 1y