#permissions
1 messages · Page 1 of 1 (latest)
use deluxemenus with luckperms
yes but I need after permission expires it will reward him
so you need view_requirement or click_requirement
Just making sure I understood exactly what you want. If a player clicks an item in DeluxeMenus and they do not have a permission, they'll get a reward? if so, then yeah, just like Tran said.
click_requirement:
requirements:
does_not_have_permission:
type: '!has permission'
permission: 'your.perm.node'
click_commands:
- '[message]&aYou got a reward because you don''t have a permission!'
I mean when guy click in gui it will set timer for 2 days and after it will give him something
Oh. No. Not possible to give something after 2 days. Techincally possible using the <delay> tag but if your server ever stops or restarts during that time or if the player is not online after exactly 2 days they won't get the reward.
Not with just deluxemenus. You'd need a completely different plugin for this and maybe that plugin would have a command to trigger the timer so you can trigger it from deluxemenus
U know about any ?
Unfortunately not. The only one I know is called TimedRewards but I believe that one requires the players to execute a command to claim. It isn't automatically claimed.
okey thx