LuckPerms

LuckPerms

41.4k Downloads

Can't set permission for /tell

Leeo97one opened this issue · 4 comments

commented

I want add the minecraft.command.tell permission in the default group because I set apply-bukkit-default-permissions to false in the config.

>lp group default permission check minecraft.command.tell
[23:38:51] [pool-6-thread-1/INFO]: [LP] default has permission minecraft.command.tell set to true in context global.

But the command is refused when used by a player: "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is a mistake."

I tested it without any other plugin.

>lp info
[23:38:07] [pool-6-thread-1/INFO]: [LP] Running LuckPerms v4.4.25 by Luck.
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Platform: Bukkit
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Server Brand: CraftBukkit
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Server Version:
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  git-Spigot-01d0f04-455023c (MC: 1.14.2) - 1.14.2-R0.1-SNAPSHOT
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Storage:
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     Type: H2
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     File Size: 0,06MB
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Messaging: None
[23:38:07] [pool-6-thread-1/INFO]: [LP] -  Instance:
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     Static contexts: None
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     Online Players: 0 (1 unique)
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     Uptime: 18m 38s
[23:38:07] [pool-6-thread-1/INFO]: [LP] -     Local Data: 0 users, 1 groups, 0 tracks
commented

Try debugging with this: https://github.com/lucko/LuckPerms/wiki/Verbose
Chances are you are missing another permission.

commented

Oh OK I see, thanks!
Apparently, the right permission is now minecraft.command.msg since idk which version of Bukkit (this wiki page seems out of date, so I just edited it: https://bukkit.gamepedia.com/CraftBukkit_Commands) 🤷‍♂️

commented

Don't use bukkit. It's outdated.

commented

I know, I use Spigot.