Recommendation
Last updated
This is a starting point for a normal survival server. Adjust it to your server's rules and disabled features.
Use a permission plugin such as LuckPerms. If you want to block one permission that is granted by a wildcard, set the specific permission to false.
Recommended broad permissions:
lands.command.*
nations.command.*
lands.teleport.*
lands.setting.*
lands.role.setting.*
lands.player.setting.*
nations.setting.*These allow players to use the normal player commands (war commands are included in lands.command.*/nations.command.*, there is no separate wars permission tree), teleport features, and the land/nation settings that are meant to be player-editable.
Give these only if the matching feature should be available:
nations.command.*
Nations are enabled.
lands.command.rent
Renting or selling areas is enabled.
lands.command.createcamp
Camps are enabled.
lands.command.storage
Land storage is enabled.
Do not give staff wildcards to regular players.
lands.admin.command.*
All Lands admin commands (includes force-starting/ending wars).
lands.admin.command.chatspy
Chat moderation.
lands.bypass.*
All Lands bypass permissions. Give only to trusted staff.
lands.admin.*
All non-command admin actions. Give only to trusted staff.
nations.admin.*
Nation admin actions.
See Permissions for the full permission reference and Admin Commands for all admin command permissions.
Last updated