#Why is this not working?

1 messages · Page 1 of 1 (latest)

narrow bloom
#

Can someone help me with this?

topaz harness
narrow bloom
topaz harness
narrow bloom
#

@topaz harness do you have any idea why it isnt working?

topaz harness
narrow bloom
topaz harness
topaz harness
#

try making the S a small s

topaz harness
narrow bloom
#

But it works when i do like other requriment so thats the problem

#

for some reason

topaz harness
narrow bloom
#

ok

narrow bloom
topaz harness
#

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.

narrow bloom
vernal pine
#

You are missing the name of the requirement

topaz harness
#

ohhh yeahh 💀

#

didnt notice

vernal pine
#
requirements:
  something_here:
    type: ...```
topaz harness
#

@narrow bloom you should write the currency name here for easy finding or tbh anything

narrow bloom
#

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!'

vernal pine
#

Perhaps add quotes around >= as > is a special character in yaml

narrow bloom
#

Thank you very much!