# Register Players

You can let players link their Staff++ web platform account with your server group.\
To do so you need to setup "**webui"** module of the plugin.

### Configuration

Inside the config.yml

```yaml
webui-module:
    enabled: true
    # Don't change this
    host: https://web.staffplusplus.org
    # The role the member will get when registering
    role: MEMBER
    # Application key, can be found on your admin panel 
    application-key: 
```

Set enabled to **true** and fill in your application-key. The application key can be found on the "general settings" page of your application

![](https://3621425798-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPQohtcLxhXAvpSXOMt%2F-M_bNpvPawH4s9yNxdtH%2F-M_bPHjBXbSJEXngpHIr%2Fgeneralsettingsappkey.png?alt=media\&token=5b57d7be-1015-4174-a9cf-82e5df01c2f1)

### Commands

| Command   | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| /register | Generate a registration url which can be used to register your user to the server group |

### Permissions

| Permission           | Description                      |
| -------------------- | -------------------------------- |
| staff.webui.register | Allow using the register command |
