I have the following problem:
I've set up a Minecraft server which will contain simple Factions.
Now I set up the permissions for the players. I gave them the "essentials.warp" permission. As a player (with my 2nd account) I can't do / warp.
This is of course a bit stupid if you don't get into the farm world ;-)
I have the following plugins:
AdvancedPortals
AutoMessage
ChestShop
Dynmap
EssentialsX
EssentialsXChat
EssentialsXSpawn
Holographic displays
LuckPerms
Multiverse
Playtime
SaberFactions
Vault
Worldedit
Worldguard
I enter the permissions using the luckperms online editor.
What also amazes me: e.g. With the faction plugin, the players were automatically given the rights without me having to enter permissions. Is that normal?
I haven't had a server since 1.8 so maybe I missed some changes or something. I'm using Luckperms for the first time, I used to work with PermissionsEx directly in the config.
The server is Spigot on 1.16.4
https://www.spigotmc.org/...tem.78974/
Just try this plugin instead of Essentials.
This allows players without any rights to use commands such as / warp (admin commands such as / gm do not work, of course, and you can also store a permission for commands such as / warp if necessary)
I used to work with PermissionsEx directly in the config.
You can also do that with LuckPerms.
Just follow these steps:
(1 and 4 can be skipped if the previously set permissions are irrelevant)
1. Enter / lp export perms
2. Edit the file config.yml in the LuckPerms folder, there you have to search for storage-method (or something like that). Set that to "YAML"
3. Restart the server
4. Enter the command / lp import perms
Then a new folder should appear (yaml-storage), all groups and other permissions are stored there and you can edit the file manually