Skip to content

Release 1.1

Latest

Choose a tag to compare

@soroku24 soroku24 released this 28 Jul 02:31
3dc78b4

SyncSecurePlus Changelog

Version 1.1 - [7/28/2024]

New Features

  • In-Game Commands

    • /link <username>: Allows players to link their Minecraft account with their Discord account. This creates a seamless connection between in-game activities and Discord interactions.
    • /link cancel: Provides the option to cancel the verification process if the player decides not to link their accounts.
  • Discord Commands

    • /info <player>: Fetches and displays detailed information about a player, including playtime, last played, and other relevant statistics. This command is designed to help server moderators and admins keep track of player activities.
    • /unlink: Allows users to unlink their Minecraft account from their Discord account, giving them control over their account connections.
  • Player Join/Leave Logger

    • Automatically logs player join and leave events, sending notifications to a specified Discord channel. This feature helps server staff monitor player activity in real-time.

Configuration File Updates

  • New Configuration Options
    enabled: true
    
    database: "mysql"
    
    discord:
      token: "123"
      server_id: "123"
      log_channel_id: "123"
      verified_role_id: "123"
      nonverified_role_id: "123"
    
    mysql:
      DATABASE: "syncsecureplus"
      HOST: "localhost"
      PORT: 3306
      USERNAME: "root"
      PASSWORD: ""
    
    bots:
      - name: "123"
        token: "123"
    
      - name: "456"
        token: "456"
    • enabled: Toggle to enable or disable the plugin.
    • database: Specifies the database type (currently supports MySQL).
    • discord: Contains Discord integration details, including the bot token, server ID, log channel ID, verified and non-verified role IDs.
    • mysql: MySQL database connection details (database name, host, port, username, password).
    • bots: Allows configuration of multiple bots with their respective names and tokens.

Improvements

  • Enhanced the verification process to ensure a smoother user experience.
  • Improved the integration with Discord, making the linking and unlinking processes more efficient and reliable.

Bug Fixes

  • Fixed issues related to account linking and verification failures.
  • Resolved minor bugs affecting the display of player information via the /info command.

Notes

  • The plugin now requires updated permissions for the new commands.
  • Ensure your Discord bot has the necessary permissions to manage server members and read messages.

This changelog reflects the introduction of significant features, including the player join/leave logger, and the updated configuration file that enhances the functionality and user experience of SyncSecurePlus.