/register
Description
Whitelists a player's Minecraft account on the Minecraft server, sets their Discord server nickname to their Minecraft username, and adds them to the database. Bedrock usernames are prefixed with a ".". Also works for updating a username. The old username will be removed from the whitelist.
Permission
Everyone
Syntax
/register <username> <platform>
Arguments
username is your Minecraft username. Required.
platform is the edition of Minecraft you play. The set choices are Bedrock and Java. Required.
Example - Registering A Bedrock Account
/register SomeMineGame Bedrock
Sample Data
Player Not Registered
Result
This will change the player's Discord nickname to .SomeMineGame, add them to the database, and whitelist them on the server.
Example - Registering A Java Account
/register SomeMineGame Java
Sample Data
Player Not Registered
Result
This will change the player's Discord nickname to SomeMineGame, add them to the database, and whitelist them on the server.
Example - Updating Username
/register SomeMineGame Java
Sample Data
Player is moving from their Bedrock account, "Sample Username".
Result
The account .Sample_Username is removed from the whitelist, and SomeMineGame is added. The Discord nickname is also changed.