#DeluxeMenus x LuckPerms

1 messages · Page 1 of 1 (latest)

lofty tartan
#

I've been trying to figure how to do so..

Im trying to make is a rankup gui from
Member > Pro > Master, however after i ranked up to 'Pro' im unable to view the Pro to Master gui but instead it showed me the Member to Pro.. I've been struggled to figure this thing and tried so many things non of them work am i doing something wrong here?

https://paste.helpch.at/vixezekomu.vbnet

#

If you look closely in the right side (scoreboard) im already in the Pro rank however rankup gui still shows previous rank.. I've been tryna to figure this thing for hours.. really appreciate your helpemoji_28

left marten
#

@lofty tartan could you send the GUI config? It's a bit easier to help that way so we can visually see what you did. (Likely some permission issues tbf)

lofty tartan
left marten
#

Apologies I should of specified better haha. The ranks.yml again likely something simple like a permission issue honestly.

lofty tartan
left marten
#

I presume you check if they have the permission yeah?

#

Rip

lofty tartan
#

Breh.. but yah default do have rankup permission for the first one and for the other ranks i just put as

        no_rank:
          type: string equals ignorecase
          input: '%luckperms_in_group_professional%'
          output: 'yes```
#

But after i ranked up to pro.. it doesnt show second gui eventho i tried override it with priority. Instead it shows the first one who has

'%luckperms_in_group_default%
View_requirements.. but pro doesnt have this requirement emoji_40 banexplode

left marten
#

Tbf when I did ever do stuff with this I always just checked a regular permission node, not the placeholder. Have you tried it that way?

lofty tartan
#

Or do i need to change name too?

Default
    view_requirement:   
        no_rank:
          type: string equals ignorecase
          input: '%luckperms_in_group_default%'
          output: 'yes'

RankPro
view_requirement:   
        no_rank: <  #do i need to change this name too?
          type: string equals ignorecase
          input: '%luckperms_in_group_professional%'
          output: 'yes'```
lofty tartan
#

If i do [console] lp user %player% parent pro
Does it still have default perms too? If so i need to set, instead of promote em?

left marten
#

Realized how long it's been since I've touched this 😅, but if you have stuff inherited via LP, it should work if you check for "group.(rank)" if I remember correctly.

#

Let's say I'm rank pro and I inherit the default group, I basically get all the prior permissions to that group/other groups below it.

#

As well if everything is weighted properly

lofty tartan
#

Yeah it supposed to work view_req for groups.. but i might tried to add perms to user not to group instead..

I think ive setup weight properly
Default 1, Pro 2 , Master 3.

left marten
#

Yeah seems right

lofty tartan
#

I'll try em ltr~ thanks for replying Love_pepe

lofty tartan
# left marten Yeah seems right

Hey, sorry for @ you. Anyway i tried with other methods it still doesn't work..

Here LP groups > Default weight (1), Pro (2), Master (3)

and to use /rank and view_req for the rankup doesn't need permissions. however after a player has ranked from Default to Pro.. i added [console] lp user %player_name% permission set rankup.master and set a higher priority in gui (2) and set permission rankup.master as view_req, but after i rankup it seems its still show me previous gui. Could you help me out :/ i've been trying to make it right since yesterday xD

https://paste.helpch.at/oviqalesow.vbnet

floral linden
#

use %luckperms_group% to check group

lofty tartan
#

to myself?

floral linden
#

yes

#

its work for anyone

lofty tartan
#

leme try

lofty tartan
#

you mean %luckperms_in_groups_<group>% or?

floral linden
#
view_requirement:
  requirements:
    default:
      type: string equals ignorecase
      input: '%luckperms_groups%'
      output: 'default'
#
view_requirement:
  requirements:
    default:
      type: string equals ignorecase
      input: '%luckperms_groups%'
      output: 'pro'
lofty tartan
#

still doesn't work

floral linden
#

how's it going

lofty tartan
#

the same

#

.-.

#
[21:38:51 INFO]: professional ```
floral linden
#

give me your config of these

lofty tartan
#

hold on

floral linden
#
lore:
  - 'default -> pro'
view_requirement:
  requirements:
    default:
      type: string equals ignorecase
      input: '%luckperms_groups%'
      output: 'default'
#
lore:
  - 'pro -> master'
view_requirement:
  requirements:
    default:
      type: string equals ignorecase
      input: '%luckperms_groups%'
      output: 'pro'
#

smth like this

lofty tartan
#

aight leme try

#

ops, anyway thank you my dude it finally work 😄 ❤️