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

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

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

Last updated