#deluxe menu buy a warp
1 messages · Page 1 of 1 (latest)
So like unlocking a warp
like 1mil to unlock acess permantaly to a warp
is that possible
yes thats possible
do you know most of the dm basics?
if yes i can just explain you what to do if not ill write you a script
can u write a script
plz
Ill write you one as soon as i get back from work
'warp 1 locked':
priority: 2
material: stone
slot: 0
lore:
- '&fNeed 1.000.000$ to unlock this warp'
- '&c&lLocked'
left_Click_requirement:
requirements:
hasMoney:
type: has money
amount: 1000000
deny_commands:
- '[message] you don''t have enough money to unlock this warp'
left_click_commands:
- '[takemoney] 1000000'
- '[memta] set warp1Purchased STRING yes'
- '[refresh]'
'warp 1 unlocked':
priority: 1
material: grass_block
slot: 0
lore:
- '&fClick to teleport'
- '&a&lUnlocked'
view_requirement:
requirements:
purchased:
type: string equals
input: '%deluxemenus_meta_warp1Purchased_STRING%'
output: 'yes'
left_click_commands:
- '[player] warp 1'
In the last left click command the click is misspelled