I need help making a vote shop from VotingPlugin that will give different items/commands depending on the rank a user has. Example: https://cdn.discordapp.com/attachments/954263345400258580/1124353204092666068/image.png
#How to vote shop Voting Plugin
1 messages · Page 1 of 1 (latest)
step 1. Have a 2nd currency plugin
step 2. Use the give currency command of that plugin when a user votes
step 3. Make multiple items depending on the number of ranks that u have
step 4. Use the view requirements and priorities to "list" these items
step 5. Top Rank: Priority: 1 Lowest Rank: Priority: 5
step 6. Use the view requirements
view_requirement:
requirements:
rank:
type: "string equals"
input: "%luckperms_in_group_immortal%"
output: "yes"
(assuming u r using luckperms this will check if the user is in the immortal group and if the placeholder returns yes, it will show them the item)
step 7. GG if you made it to this step u r a pro and dont need to do anything else :/
Note: Don't delete and repost your questions again
and dont ask me to make the menu for u i wont
wouldnt i somehow have to stack to make sure they have enough vote points? Also if they have room in their inv?
ye u r gonna need a click requirement with type: ">=" the input: <placeholderthatreturnsthepointsamount> output: <thenumberuwant
and probably a 2nd click requirement that checks the %player_empty_slots% != 0
would the group thing work tho because if a rank inharits another ank it considers them being in that rank aswell right?
thats what the priority is for
ah ok