πŸ’”Unlink

You can set if players should be able to unlink by themselves (if disabled, players can only be unlinked by admins)

If enabled, you can make it harder for someone who breaks into their accounts to unlink. When someone links their account, they receive a special code. If you enable this option, when someone tries to unlink, they will have to insert that security code

config.yml
unlink:
  enabled: true # Can players unlink their accounts?
  require_code: true # Require security code to unlink

Last updated