v2.0.2 Changes
- Updated libraries.
- Fixed issues with license system.
- Fixed issues with syncing.
v2.0.1 Changes
- Added license system. Open a ticket in UXPLIMA Discord server to get your key.
- Fixed missing messages in Turkish language.
- Fixes some messages are not translatable.
uxmDiscordSync v2.0.0 is now rewritten completely and aims to be your number one helper with everything about syncing your Minecraft server and Discord server.
Check our fresh wiki for learning everything about new features: Click here
Due to massive database structure changes, your existing data will not be usable in this version.
v1.2.1 Changes
v1.2.1 File Changes
- Added days to remaining time placeholder in boost prize command.
- Fixed missing placeholders.
- Fixed a linking prize glitch.
Add this to messages in your config.
YAML:messages: seconds: - "s" minutes: - "m" hours: - "h" days: - "d"
v1.2.0 Changes
New Linking Embed
- Reduced JAR size.
- Dropped support for versions older than 1.18.2, possibly older than 1.19.4.
- Fixed bot presence not updating in certain situations.
- Added linking embed that uses Discord's special modal system with custom menu. Players can now put their linking code into the menu instead of sending it into a channel.
- Switched to MiniMessage and dropped support for & color code.
- Added a shutdown warning.
Plugin now has a new linking method using Discord's modals. This gets rid of confusion for some players and provides a better visual experience for everybody.
![]()
For this to work, the bot must have Send Message, Edit Messages and See Message History Permissions in your Discord server. Do not send anymore messages in the linking channel or bot will send new embeds each time you send messages to that channel. The linking embed must be the only message in that channel.
v1.2.0 Config Changes
Please backup your token and reset your config as there is too many changes to apply.
Added discord messages for join and quit events, supports embed or raw message.
Fixed new SQL column not getting added automatically.
Improved code quality.
Added update checker.join-message: # The message that'll get send to Discord guild when somebody joins
enabled: true
channel-id: 1372250695180484749
used: embed # can be raw or embed
raw: '%server_time_MM/dd/yyyy HH:mm:ss%-%player_name%joined the server'
embed:
color: '#42bff5'
title: '%player_name%'
thumbnail: 'https://mc-heads.net/avatar/%player_name%/64'
description: 'Joined the server'
footer: ''
footer-icon: ''
fields: {}
webhook:
# ignores channel-id when enabled.
# you need to create a special webhook in your channel settings.
# https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
enabled: true
use-skin-head: true # will put player's skull into webhook's profile picture
use-player-name: true # will put player's name into webhook's username
hook-url: ''
quit-message: # The message that'll get send to Discord guild when somebody leaves
enabled: true
channel-id: 1372250695180484749
used: embed # can be raw or embed
raw: '%server_time_MM/dd/yyyy HH:mm:ss%-%player_name%left the server'
embed:
color: '#42bff5'
title: '%player_name%'
thumbnail: 'https://mc-heads.net/avatar/%player_name%/64'
description: 'Left the server'
footer: ''
footer-icon: ''
fields: {}
webhook:
# ignores channel-id when enabled.
# you need to create a special webhook in your channel settings.
# https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
enabled: true
use-skin-head: true # will put player's skull into webhook's profile picture
use-player-name: true # will put player's name into webhook's username
hook-url: ''
Added chat logging feature.
Fixed members who left the guild causing issues.
Store UUIDs in database.
This update adds a new SQL table column named "uniqueId". Either add that manually or reset the table for automatic adding. Plugin can not handle it with an existing table.command-message:
- ''
- '&7Our discord address: &bhttps://discord.gg/'
- ''
- '&b/discord link &f- &7Starts the linking process.'
- '&b/discord unlink &f- &7Removes existing Discord link of your account.'
- '&b/discord info &f- &7Sends info about your current link.'
- '&b/discord boostprize &f- &7Gives you boost prize if you have boosted our Discord server.'
- '&b/discord nick &f- &7Allows you to customize your Discord nick ingame.'
- ''
admin-message:
- ''
- '&b/discordbot reload [true] &f- &7Reloads the bot config. [true] is optional and if you use it, it re-connects to the bot.'
- ''not-linked-log:
- 'Not Linked'```
