AuthMe Reloaded

AuthMe Reloaded

3M Downloads

/register should follow type: EMAIL and secondArg: when displaying information to the player

SDpyro opened this issue ยท 1 comments

commented

Versions

git-Spigot-a19903d-5b74714 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
AuthMeReloaded v5.6.0-SNAPSHOT (build: 2438)

What behaviour is observed:

User enters: /register
Output: "Usage: /register

(also doesn't correctly prompt the user if they DO try to do "/register ")

What behaviour is expected:

User enters: /register
Output: "Usage: /register

Configuration:

registration:
enabled: true
type: EMAIL
secondArg: EMAIL_MANDATORY

commented

I realize that this is controlled in the languages file, but a reminder in the config that you MUST edit the file, OR please come up with a var to allow this to be automatic.
Cheers!