DisLink 2.1 (Download at the bottom )
DisLink 2.1 is an updated version of the Minecraft-Discord integration plugin, enhancing role synchronization and administrative controls. Below are the latest features, fixes, and improvements in this release.
Group Synchronization:
Enables group-based role management for seamless integration between Minecraft groups and Discord roles.
Configuration:
groups:
enabled: 0 # 1 for enabled, 0 for disabled
remove-role: 0 # Removes the discord role on unlink. 1 for enabled, 0 for disabled
list:
- mcName: 'admin'
disID: '1234567890'
- mcName: 'mod'
disID: '0987654321' # Add more groups by following the format above.
Administrative Commands
- Added /whoislinked for admins to display a GUI with linked accounts. They can also unlink users from there.
Bug Fixes
- Nickname Synchronization: Resolved an issue where nicknames were not updated on account link or unlink actions.
New Configurable Messages
- account_unlinked_by_admin: Message displayed when an admin unlinks a user account.
- no_perms: Message shown when a user lacks the required permissions for an action.
New Permission
- dislink.admin: Allows users to use /whoislinked.
Database Improvements
- Primary Key Added: Enhanced database structure with a primary key for better performance and data integrity. This prevents SQL servers from throwing an error upon configuration.