Change Player Password
Using this feature, a user can change password of their linked Minecraft account from the MineTrax website. It is useful for servers which use some kind of authentication plugin like AuthMe, Nlogin, etc.
note
This feature requires your minecraft server to have webquery enabled where the password change command will be executed.
Enable Player Password Change Feature
- Go Admin Panel -> Settings -> Plugin Settings.
- Check the
Enable Player Password Reset
checkbox. - Choose what command should be executed when user try to change password of his linked Minecraft account. You can use the following placeholders in the command:
{PLAYER_USERNAME}
- Player's Minecraft username.{PLAYER_UUID}
- Player's Minecraft UUID.{PASSWORD}
- New password entered by the user.
- Select which server where the command should be executed. Generally, it is the Proxy server.
Permissions
cannot player_password_reset
- Sometime you want to restrict this feature to some specific roles (eg: staffs). You can give this permission to the roles which you want to restrict from using this feature.