#With DeluxMenus, LuckPerms, and the LuckPerms Placeholders, can I create non-linear ranks?

1 messages · Page 1 of 1 (latest)

spark shale
#

NOTE TO STAFF: I've reposted this because my original post had bad logic and was way too verbose to understand what I was trying to do. Please feel free to delete it, with my apologies to the community and to Gabby TM in particular, who was kind enough to try and answer my poorly worded request!

I'm trying to accomplish two things, considering a server with Ranks A, b, c, d, and E:

  1. If a player has Rank A, then they may buy rank b, rank c, and rank d. I want them to have access to b,c, and d, ONLY if they already have A, and I want them to be able to buy b,c, and d in any order they like.

  2. They can't buy Rank E UNTIL they've purchased b, c, and d in their chosen order.

Thank you to Gaby TM who replied to the previous thread, and to everyone who read this. Sorry about the lousy quality of the first thread! I just don't know what I'm doing.

tulip forum
#

So you just need a rankup / levelup system? @spark shale

#

You can use any permissions plugin with this i guess and check if they have the a then make them be able to buy rank b for example

spark shale
#

What I'm really struggling with right now is the rudiments of how the view_requirement: is even formatted. The documentatioon doesn't give good examples. All I'm trying to do is show one item in slot 1 when my character is one level, and a different item in slot 1 when my character is a different level. I'm sure I'm just failing to grasp the syntax for that.