MyWarp

MyWarp

220k Downloads

Help with permissions

nutellap opened this issue ยท 4 comments

commented

I'm not very good with the technical stuff so I'm really struggling to figure out how to change the permissions so that non op players can use warp signs. I have the LuckPerms plugin and its a Bukkit server. I would really appreciate some clear instructions on how to change the permissions because I don't understand how to use the commands given on here. Thank you in advance

commented

I am also having the same problem. Only op players can use warps on my bukkit server.

commented

I figured it out! Since I have LuckPerms I was able to get rid of all of a players permissions and then give them permissions to use MyWarp. I don't know how it works with other perm plugins but I simple do:
/lp user [username] permission set * false
/lp user [username] permission set mywarp.* true
In the first command, the * means all permissions and in the second command, the mywarp.* means all of the mywarp commands. If you don't already have LuckPerms I would recommend it! I hope this helped :)

commented

Hi. I belief there is some confusion on how permissions work on Bukkit/Spigot.

To use MyWarp's commands, players need to have the corresponding permission. If you install MyWarp without any additional configuration, your players will not be able to do anything because they lack these permissions, except for players who are OP (via Minecraft's /op <player>) who have permissions to use all of MyWarp's commands.

What you want to do is grant your regular (non-OP) players to use (some) commands. This is done via a permissions plugin such as LuckyPerms, PermissionsEx, bPermissions... How you grant the permissions depends on the permissions plugin, so you need to check the documentation of your permissions plugin.

You may find a list of commands, together with the required permission, here.

To make things easier to configure, there are a couple of 'bags' available that bundle the permissions of several commands together. For instance, if want to give your players permissions to use all of MyWarp's commands, you may grant them the mywarp.cmd.* permission. A list of all permissions, including such 'bags', is available here.

Feel free to reopen the ticket if you have additional questions. ๐Ÿ˜ƒ

commented

https://luckperms.net/download you can find the download link here :)