This plugin makes it possible to link Hytale and Discord accounts. Utilizing an integrated Discord bot, players can connect their accounts for whitelist access.
DCLink is a Hytale plugin that enables you to link your Hytale and Discord accounts on a server. By default, only linked accounts can join, meaning players need a Discord account to play on the server.
Players only need to authenticate when they first join; after that, they are added to a local SQLite database.
As defined in the configuration file, a Discord account can be linked to one or more Hytale accounts.
There are lookup commands both in-game and on Discord to see which players are linked to which Discord accounts, and vice versa.
| Command | Description | Permissions | Platform |
|---|---|---|---|
| /discord (player) | Sends you the linked Discord Account | dclink.command.discord | Hytale |
| /unlink [player] | Remove link between the Hytale account and Discord | dclink.command.unlink | Hytale |
| /alts [player] | Shows alternative accounts linked with the same Discord account | dclink.command.alts | Hytale |
| /link | Sends you your linking Code (Is only registered if require-link is off) | dclink.command.link | Hytale |
| /link [discordAccount] [hytaleAccount] | Manually links a Discord account with the given Hytale Account | Can be changed in Discords Integration settings (Default: Only Admins) | Discord |
| /unlink <a href="hytaleAccount" target="_blank" rel="nofollow">discordAccount</a> | Removes all (or the specified) linked Hytale Account(s) with the given Discord Account | Can be changed in Discords Integration settings (Default: Only Admins) | Discord |
| /lookup discord [discordAccount] | Shows all linked Hytale Accounts | Can be changed in Discords Integration settings (Default: Only Admins) | Discord |
| /lookup Hytale [HytaleName] | Shows the linked Discord Account (if any account is linked) | Can be changed in Discords Integration settings (Default: Only Admins) | Discord |

Done :)
0 Comments