How to make a upgradable option in deluxemenu.

For example to upgrade your rank
49 Replies
Admincraft Meta
Admincraft Meta•2y ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by applestine#0
Querlenker
Querlenker•2y ago
Just add some item with rank-upgrade command ?
BlurrySteve
BlurrySteveOP•2y ago
yes
Querlenker
Querlenker•2y ago
You need some plugin for ranks, i believe I can recommemd powerranns
Discount Milk
Discount Milk•2y ago
LuckPerms - A permissions plugin for Minecraft servers.
LuckPerms
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions.
Discount Milk
Discount Milk•2y ago
Powerranks in 2023??
Querlenker
Querlenker•2y ago
Luckperms is complicated and powerranks added new webUI
Discount Milk
Discount Milk•2y ago
Luckperms is complicated?
Querlenker
Querlenker•2y ago
It can be, ye
BlurrySteve
BlurrySteveOP•2y ago
I used luckperms Im using luckeperms Ive got it all setup ALl i need is just to make it upgradable
BlurrySteve
BlurrySteveOP•2y ago
No description
Discount Milk
Discount Milk•2y ago
Use a track.
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
Hmm okay for luckperms?
Discount Milk
Discount Milk•2y ago
I sent the link that tells you what you need to use
BlurrySteve
BlurrySteveOP•2y ago
I dont know track thats much
Discount Milk
Discount Milk•2y ago
.
BlurrySteve
BlurrySteveOP•2y ago
thanks Ohhh i see there is a command to upgrade your rank So if I add a gui with 1 block of emerald and if i click it I upgrade rank
Discount Milk
Discount Milk•2y ago
Try it and see (:
BlurrySteve
BlurrySteveOP•2y ago
okay 🙂 It works but now i need to input economy So let me quickly make the menu
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
I need it so the higher the rank the more expensive any help? @Señor Leche
Discount Milk
Discount Milk•2y ago
Why did you tag me twice for this be patient :( Discord is asynchronous communication, I don't have to reply instantly.
BlurrySteve
BlurrySteveOP•2y ago
I thought i pinged the wrong person mb Ill wait sorry
Discount Milk
Discount Milk•2y ago
Uncheck the @ when you reply to somebody, especially if you are replying multiple times.
BlurrySteve
BlurrySteveOP•2y ago
okay ... somebody??
Querlenker
Querlenker•2y ago
Remove "/" because console does not need it ? And i got no idea, wtf you are doing eith luckperms
BlurrySteve
BlurrySteveOP•2y ago
okay leave it so look Let me send the code
menu_title: '&bUpgrade your current rank!'
open_command: rankgui
size: 8
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.rank
deny_commands:
- '[message] &cYou don''t have permission to do that!'
items:
'VIP-RANK':
display_name: '&b===================================='
material: EMERALD_BLOCK
slot: 4
lore:
- '&aPrice: $500000'
- '&cNo refunds'
- ''
- '&bPerks:'
- '&a[Vip]:'
- '&7/chatcolor'
- ''
- '&a[Vip&6+&a]:'
- '&7/chatcolor'
- ''
- '&b[MVP]:'
- '&7/chatcolor'
- ''
- '&b[MVP&c+&b]:'
- '&7/chatcolor'
- ''
- '&6[MVP&c++&6]:'
- '&7/chatcolor'
- ''
- '&7Suggest more perks to add in discord'
- '&b===================================='

left_click_requirement:
requirements:
has_money:
type: has money
amount: 500000
deny_commands:
- '[message] &cYou don''t have enough money for this!'
left_click_commands:
- '[console] /luckperms user %player_name% promote rank-upgrade'
- '[takemoney] 500000'
- '[message] &6You have recived &a[VIP] &6rank!'

menu_title: '&bUpgrade your current rank!'
open_command: rankgui
size: 8
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.rank
deny_commands:
- '[message] &cYou don''t have permission to do that!'
items:
'VIP-RANK':
display_name: '&b===================================='
material: EMERALD_BLOCK
slot: 4
lore:
- '&aPrice: $500000'
- '&cNo refunds'
- ''
- '&bPerks:'
- '&a[Vip]:'
- '&7/chatcolor'
- ''
- '&a[Vip&6+&a]:'
- '&7/chatcolor'
- ''
- '&b[MVP]:'
- '&7/chatcolor'
- ''
- '&b[MVP&c+&b]:'
- '&7/chatcolor'
- ''
- '&6[MVP&c++&6]:'
- '&7/chatcolor'
- ''
- '&7Suggest more perks to add in discord'
- '&b===================================='

left_click_requirement:
requirements:
has_money:
type: has money
amount: 500000
deny_commands:
- '[message] &cYou don''t have enough money for this!'
left_click_commands:
- '[console] /luckperms user %player_name% promote rank-upgrade'
- '[takemoney] 500000'
- '[message] &6You have recived &a[VIP] &6rank!'

@Querlenker What im trying to do is that whenver you purchase VIP+ rank for example it should cost more to buy MVP everytime you buy a rank The price increases for the higher ranks
Discount Milk
Discount Milk•2y ago
Setup different buttons for it. One for each rank. The command would be the same but make each group have a permission node that allows them to use the next button in your menu
BlurrySteve
BlurrySteveOP•2y ago
I WAnt the ranks upgradable Not to buy them indivisually SOrry if i didnt understand what u said
Discount Milk
Discount Milk•2y ago
The ranks are upgradable.
BlurrySteve
BlurrySteveOP•2y ago
I kinda get what u mean
Discount Milk
Discount Milk•2y ago
Just using multiple buttons in deluxemenu
BlurrySteve
BlurrySteveOP•2y ago
Like a next button And they will need a permission to do that
Discount Milk
Discount Milk•2y ago
One button brings you to VIP. One to MVP. One to MVP2.
BlurrySteve
BlurrySteveOP•2y ago
Yeah i got that But how do you make a section
Discount Milk
Discount Milk•2y ago
Can't click on MVP without the permission node that VIP gives you.
BlurrySteve
BlurrySteveOP•2y ago
Yeah i got it HOw do you make a section? Like wehn you press next Something eles shows How to i get the permission exactly?
Discount Milk
Discount Milk•2y ago
You make it
BlurrySteve
BlurrySteveOP•2y ago
With a plugin?
Discount Milk
Discount Milk•2y ago
In deluxemenu.
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
never mind
Discount Milk
Discount Milk•2y ago
.
BlurrySteve
BlurrySteveOP•2y ago
so how to you make the next menu
Discount Milk
Discount Milk•2y ago
I just reminded you to stop tagging me in replies :pepehands:
BlurrySteve
BlurrySteveOP•2y ago
I did that for a reason
Discount Milk
Discount Milk•2y ago
And I reminded you to stop. For a reason.
BlurrySteve
BlurrySteveOP•2y ago
:/ We were both talking about differnet things SO i was anering your questions by replying to it :/

Did you find this page helpful?