#Why is this not working?
1 messages · Page 1 of 1 (latest)
is that the correct placeholder?
yes
what plugin is that for?
multicurrency i wanna make shop with diffrent currency
@topaz harness do you have any idea why it isnt working?
are you using DeluxeMenus to make the menu?
yes
send me the link to the plugin
try making the S a small s
what is the exact problem?
But it works when i do like other requriment so thats the problem
for some reason
try doing this
ok
still not working
ummm
i dont really know whats the problem as never worked with this plugin. just have patience and someone else will be here to help you out soon.
apologies.
No problem but thats what someone said to me how to make a shop with this
You are missing the name of the requirement
requirements:
something_here:
type: ...```
@narrow bloom you should write the currency name here for easy finding or tbh anything
still not working
should i send whole code?
menu_title: 'test'
open_command: test
size: 45
items:
'test':
material: dirt
display_name: 'Test'
slot: 10
lore:
- ''
- ' &7>&f Buy Price: &e$10 souls'
- ''
left_click_requirement:
requirements:
perm1:
type: >=
input: '%multicurrency_balance_Souls%'
output: 10
deny_commands:
- '[message] &cYou dont have enough souls for this!'
left_click_commands:
- '[console] give %player_name% dirt 1'
- '[console] multicurrency eco remove %player_name% Souls 10'
- '[message] Cool its working!'
Perhaps add quotes around >= as > is a special character in yaml
Now it works
Thank you very much!