Daily Rewards

Daily Rewards

962k Downloads

Permissions Code

Meidde opened this issue ยท 1 comments

commented

I use Luckperms, what permission do players need to use the command?
For example in Mod MKUltra the permission to use is mkultra.class
probably your Mod also has a permission

commented

Mhhh unfortunately the source code of MKUltra is not public available so I'm not able to check this.
But I assume you need to use one of the followings:

  • DailyRewards.class
  • DailyRewards
  • daily_rewards

The mod itself use the Minecraft permission system with permission level 0 (all players):
See:

return Commands.literal("claim").requires(cs -> cs.hasPermission(0)).executes(command);