New players
Adding a new player to The Pacta Minecraft Network is usially a straight forward process wich requires two steps
TL;DR
Admin: wl add <player>
Player: register <password> <repeat-password>
Admin: lpv editor
Admin: in the web-ui go under USERS and find the new user and add to the "Parent groups" the group named hub_<servername>, also add the "member" group to the user
Adding players to hub's whitelist
To add a player to the hub's whitelist you have to login to the hub with an hub admin account (or throu the hub's console) and execute the following commands:
wl add <player>
Check if already in whitelist
You can check the current whitelist with the following command:
wl list
Player test added output
ยป Added test to the whitelist!
Other whitelist commands
Other usefull commands, such the remove command, can be found in the whitelist help menu by typing
wl
Player registration
You can now let the player enter the server and register with the following command:
register <password> <repeat-password>
Adding player permissions
Players must have specific permission in the hub to access specific server.
The permissions are managed by the network permission manager LuckPerms, thus you'll need a minimum of network admin privilages change the to permissions
To save time, permission grops have been made with the necessary permission to access the servers, just access the permission editor by using the following command in Minecraft or in the Velocity console
lpv editor
Danger
The web-ui you are about to access can madofy ALL permissions in the network, DON'T TOUCH THINGS YOU DON'T KNOW!!!
In the web-ui go under USERS and find the new user and add to the "Parent groups" the group named hub_<servername>.
You also have to add a role to the user (member, helper, mod, admin) but be carefull bacause any role higher than member will grant the user access to all the server (throu commands).
To let the user access all servers add as parent group the hub_all group.
Info
By default, any hub group will grand the player permissions to access the minigames
Users forgetting passwords
In case a player forgets theyr password you can either:
-
Unregister the user (they will redo again the registration phase)
authme unregister <player> -
Change the player's password
The player can later change its own password to something else like so:authme password <player> <new-password>changepassword <old-password> <new-password>