Releases: bivashy/MC-Auth-with-Link
Releases · bivashy/MC-Auth-with-Link
1.8.0-RC1
Additions
- Discord Role Update Toggling: Integrated with the DISCORD_LINK authentication step, allowing for synchronization of Discord roles based on in-game actions.
- Admin Panel UI Messages: New user interface elements added to the admin panel, including
admin-panel-linked-accounts
,admin-panel-accounts
, and others, enhancing the administrative experience. - NanoLimboPlugin Support: Automatic creation of a limbo state for authentication servers when they don't exist, improving server management efficiency.
- Configuration Changes: Added new fields relevant to recent feature updates and reformatted some existing messages in MINIMESSAGE format for better clarity.
- Cooldowns for Database-Intensive Commands: Introduced cooldowns for commands like
changepassword
that interact heavily with the database, optimizing performance and server stability. - In-Chat Login/Register Feature: Enabled direct command execution from chat for login/register functions, with a default setting to block the message itself for security and privacy. Thanks to @scaik123!
Fixes
- %player_name% Placeholder: Resolved issues with the display of this placeholder in the
player-offline
message. - Admin Account Linking in Messenger: Admins can now link multiple accounts in the messenger without a limit, enhancing administrative flexibility.
- VK Messenger UI: Fixed an issue where the VK buttons displayed a loading wheel for an extended period, now ensuring a smoother user interface experience.
Removal
- LimboAPI Support Discontinued: Removed due to the instability and frequent changes in the LimboAPI Maven repository, which caused significant development delays. Removing this dependency has notably improved the build time efficiency in GitHub Actions.
First contributions
@scaik123 - #121
Bug fixes, duration placeholder in the bossbar title
Added:
%duration%
placeholder in bossbar title
Fixed:
/code
was not registering when using FROM_GAME inlink-confirmation-ways
indiscord-config.yml
- Message duplication if other bot writes text in discord
- Messages was not ephemeral in discord
Discord support
Added:
- Discord support
Bug fixes
Fixes:
- Incorrect behaviour of plugin if player registered
account-not-found
message if user doesn't linked his account, when accessing from admin panel- Remove redundant values from configurations
- Fix bossbar
Added: LOCAL_LINKED
type of list in/accounts
command
Bug fixes
Bug fixes
Bug fixes
Fix migrations
Fixed:
- Table name of auth_links was not working
- Migrations from 1.5.0, 1.6.0, 1.7.4
SHA256, MD5 backward compatbility. hash_iteration_count was removed
Fixed:
- Backward compatibility for SHA256, MD5
Removed:
- hash_iteration_count from table
AUTHME_SHA256 Fix, UAUTH Added
Added:
- UAUTH_UNSAFE hashing added
Fixed:
- AUTHME_SHA256 was not working properly