In this version I:
- Changed the download URL to link to the modrinth download page if available instead of the GitHub download page.
- Clarified the comment for the setting for
updater.notify-on-dev-release
inconfig.yml
. - Fixed an issue with the config updater where config sections would not be updated.
Full Changelog: https://github.com/Erallie/discord-nick-sync/compare/v1.0.3...v1.0.4
In this release, I:
- Added functionality to sync Discord mentions between Minecraft and Discord.
- Fixed conflicts in dependencies
- Refined command and permission descriptions.
Full Changelog: https://github.com/Erallie/discord-nick-sync/compare/v1.0.2...v1.0.3
I thought I'd add /dns
as an alias to the /discordnick
command, since the icon of the plugin is "DNS" lol.
Full Changelog: https://github.com/Erallie/discord-nick-sync/compare/v1.0.1...v1.0.2
(If you are looking for the update for HelpRestored, go here: https://modrinth.com/plugin/help-restored/version/latest)
In this release I:
- Added an option to replace whitespaces.
- Changed how the latest version is checked.
- It will only notify you if your current version is below the latest version on GitHub.
- Fixed a bug where it would notify you after you log in, even if you're on the latest version.
- Made it display the current version when it notifies you.
- Corrected effective permissions from
discordsync.admin
todiscordnick.admin
:discordnick.admin
will now work correctly. - Modified which confirmation is sent when running
/discordnick sync
. - Overhauled the way configs are updated.
- Completely overwrites the old config with the new config, and inserts all the values from the old config back in.
Full Changelog: https://github.com/Erallie/discord-nick-sync/compare/v1.0.0...v1.0.1