[
WARNING] This plugin is
intended to be used on
private servers with the
manual player addition because it involves you to manually link each player to their
Discord profile.
It was developed as
an alternative for password-based authentication like
/login <password> on servers with
online-mode set to
false (
in server.properties).
[?] How it works? This plugin enables players to
link their usernames to their Discord profiles.
The
linking process is
controlled by the administrator of the server.
In order
to link the account, the
admin should run
/link <Player> <Discord ID>. (
how to get discord id?)
Then,
when a player joins the server, the
verification code appears.
To join the server, the player should run the seen command to the
Discord bot you've configured previously:
* Verification is required once per IP change
[/] Commands:
-
/link <player> <discordId> — links the player to its Discord profile. (
how to get discord id?)
-
/unlink <player> — unlinks the player from its Discord profile.
-
/dvreload — reloads the plugin (
including Discord bot).
[!] Permissions
-
discordVerificator.link (
for operators by default) — Allows to use
/link <player> <discordId> -
discordVerificator.unlink (
for operators by default) — Allows to use
/unlink <player> -
discordVerificator.reload (
for operators by default) — Allows to use
/dvreload
[...] Default config
Code (YAML):
# 1. Create discord bot on discord developer portal: https://discord.com/developers/applications # 2. Get token from "Bot" tab # 3. Insert the token below # 4. Run "/dvreload" command or reload the server # 5. Give your players access to send a command to the bot (e.g: invite it to your Discord server) token: "DISCORD_BOT_TOKEN" messages:
"not-enough-permissions": "&cNot enough permissions!" "invalid-link-format": "&cInvalid format! Please use: /link <player> <discordId>" "invalid-unlink-format": "&cInvalid format! Please use: /unlink <player>" "invalid-user-id-format": "&cInvalid Discord ID format!" "successfully-linked": "&aSuccessfully linked!" "successfully-unlinked": "&aSuccessfully unlinked!" "player-already-linked": "&cThis player was already linked!" "player-was-not-linked": "&cThis player was never linked!" "account-not-linked": "&cYour account is not linked to Discord profile yet." "bot-not-working": "&cDiscord bot is not currently working!\nAsk the administrator to resolve this issue." "confirm-with-command": "&6Confirm your IP via our Discord bot\nUsage: &f&n/confirm %s" "wait-until-verification": "&cPlease wait until you can have a new code!\n&f&n%s seconds left." "error-occurred": "Error occurred!" "its-not-your-account": "Account you're trying to confirm is not linked to your Discord profile" "allowed": "Allowed!" "allowed-to-join-from-ip": "Successfully allowed to join from `%s`!" "confirm-command": "Command to verify you on Minecraft server" "verification-code-you-got": "Verification code you've got from the server" "invalid-code": "Invalid Code!" "invalid-code-description": "This verification code is not valid!" "invalid-usage": "Invalid usage!" "provide-code-please": "Provide verification code, please!" "user-not-found": "User wasn't found!" "user-not-found-description": "It seems like your account wasn't yet linked to any Minecraft username" "reloaded": "C60D[DiscordVerificator] Reloaded!"