Commands & Permissions
How to set up permissions (using LuckPerms)
Use
/lp editor
to generate a link for the web editor of LuckPerms. Once the link is generated, click on it and open it in a web browser.On your left screen, go to "Groups", and then select "default". The "default" group is the group that is automatically given to newly joined players.
At the bottom of the page, there is a combobox with a placeholder "Enter permissions", click on it. Select the permissions you want to allow players to use their commands, for example, if you select
homestead.commands.region.create
, this will allow players with the "default" group to use the command /region create <args>.Once you select all permissions, click on "+ Add". But before that, if you want to disallow the permissions for the selected group, click on "true" to change it to "false", and then "+ Add".
You're good to go! You may need to leave the server and rejoin to update the commands for the client-side.
Recommended LuckPerms tutorial (Not Sponsored):
Permissions
Caution: BEFORE YOU EDIT PERMISSIONS FOR GROUPS, PLEASE READ THIS WARNING:
The permission homestead.operator
grants extensive privileges that can pose significant risks if granted to ordinary players. These privileges include the ability to bypass disabled flags in any land, claim territory adjacent to existing lands, and manage other regions.
Operators / Administrators:
homestead.operator
: /importexternalregionsdata, /regionadmin
This flag is unique; It allows you to:
Bypass any disabled flag for any region.
Set any region as the targeted region; You can manage any region.
Claim chunks adjacent to other regions.
Ignored from: Delayed teleports, Taxes, Renting...
... and more!
General Permissions:
The permissions below allow you to run its following commands:
homestead.commands.claim
: /claimhomestead.commands.unclaim
: /unclaimhomestead.commands.homesteadreload
: /homesteadreloadhomestead.commands.region
: /region (Opens the main GUI)homestead.commands.region.borders
: /region borders <args>homestead.commands.region.flags
: /region flags <args>homestead.commands.region.rename
: /region rename <args>homestead.commands.region.delete
: /region delete <args>homestead.commands.region.info
: /region info <args>homestead.commands.region.setspawn
: /region setspawn <args>homestead.commands.region.visit
: /region visit <args>homestead.commands.region.edit
: /region edit <args>homestead.commands.region.create
: /region create <args>homestead.commands.region.members
: /region members <args>homestead.commands.region.bank
: /region bank <args>homestead.commands.region.invites
: /region invites <args>homestead.commands.region.setdescription
: /region setdescription <args>homestead.commands.region.leave
: /region leave <args>homestead.commands.region.top
: /region top <args>homestead.commands.region.help
: /region help <args>homestead.commands.region.rent
: /region rent <args>homestead.commands.region.taxes
: /region taxes <args>homestead.commands.region.map
: /region map <args>homestead.commands.region.chat
: /region chat <args>homestead.commands.region.rate
: /region rate <args>homestead.commands.region.home
: /region home <args>homestead.commands.region.claimlist
: /region claimlist <args>homestead.commands.region.selection
: /region selection <args>homestead.commands.region.subareas
: /region subareas <args>homestead.commands.region.banlist
: /region banlist <args>homestead.commands.region.kick
: /region kick <args>homestead.commands.region.logs
: /region logs <args>homestead.commands.region.setmapcolor
: /region setmapcolor <args>
Last updated