is anyone able to please help i supposedly have it set up so when when a player achieves rank one the concrete goes green, but when i achieve rank one it also makes it so i achieve rank two without even clicking it? also when i remove in luckperms the group its doesn't unachieve the players rank even after reloading so is there a way to do this?
https://mclo.gs/QRSTIzz
thank youu
#Rank up help
1 messages · Page 1 of 1 (latest)
The first rank, both items are doing the same check for the view requirement, for does_not_have_1 use '!has permission' to check that they don't have the permission.
The second rank does_not_have_2 has no view requirements, so they will be able to see it unless you add one.
thank you very much!! question whats the difference between 'has permission' and '!has permission'?
https://mclo.gs/DyAFxlA sorry, now my problem is that when i manually remove the group from the individual player in luckperms the rank still says its completed even though the player is no longer in the view requirement group?
has permission
Checks if user X has permission Y.
(Example: has permission = true if the player has chatcolor.red.)
!has permission
Checks if user X does NOT have permission Y.
(Example: !has permission = true if the player does NOT have chatcolor.red.)
do you know the solution to above?
i think i know the problem i just dont know how to fix it... for has_1 requirements it be in group.default will always be true because its a separate luckperms track for the player (paid ranks)
im so fucking confused
ive added another rank 'group.0' so has_1 dosent rely on group.default and its still not working...
😭
What are you trying to create
so i have paid ranks through luckperms chicken>duck>goose>swan thats all sorted. im trying to implement with deluxe menus and luckperms ranks 1 through to 50 that players rank up through by completing certain tasks / quests etc.
Do those rank inherit from one another?
So rank 0 is parent of 1, 1 is parent of 2 and so on?
in luckperms I mean
yes
i think i sorted it but the only thing it keeps saying i dont have permission from group.0 when i most definitely do. in my user profile on luckperms it literally has it https://mclo.gs/yhItya1
swap priorities for items in slot: 0
still saying im not in required group when i am
https://mclo.gs/dz3xGOd pls help lol
it keep saying im not in rank 0
when ive rechanged luckperms and made rank 0 default rank
You still aren't using '!has permission'.
has_1 uses 'has permission' to check that they have group.1
does_not_have_1 uses 'has permission' to check that they have group.default? 🤔 Here you should have '!has permission' and the permission group.1 to check that they do not have that permission.
has_2 also is checking that they have the permission group.1 for some reason, but then you have does_not_have_2 checking that they have the permission group.1, here it should be checking '!has permission' for group.2, and group.2 for the has_2
https://mclo.gs/yIFK0YW is this correct, because now its saying i have 'purchased' each rank when i haven't clicked it and still on rank 0
00:54:29 [serv ≡≡ ] [00:54:29 INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.1-Release
00:54:29 [serv ≡≡ ] [00:54:29 WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version! The following Item options will not work: nbt_int, nbt_ints, nbt_string and nbt_strings.
console is saying this on restart if thats at all helpful
No. You are not using those options.
This does look correct. Are you certain that you are not OP or you don't have those permissions somehow?
Use the lp editor to see what permissions you have
you are a LEGEND and im so stupid completeley forgot about op
deopped and it working