#Can't find the problem

1 messages · Page 1 of 1 (latest)

alpine shale
plain nebula
#

oh boy

#

okay, it originally looked worse than it is, looks like all your items just need to be tabbed over by one

alpine shale
#

bruh

plain nebula
#

basically, items was empty the way it was formatted

alpine shale
#

oh

plain nebula
#

ah it is a little worse

#

lemme

alpine shale
#

It's my first time using this plugin, dug trough the wiki and the spigot reviews, couldn't debug it myself that way, so thanks for helping.

plain nebula
#

here is how 1 item should look

#

i will fix it all for you

#
items:
  'urfi':
    material: stone_sword
    slot: 10
    display_name: '&3Úrfi &frang (30 nap)'
    lore:
    - '&7Ár: &a⛁350'
    - '&7Bal klikk a vásárláshoz'
    left_click_commands:
    - '[console] eco take %player_name% 500'
    - '[console] lp user %player_name% parent addtemp urfi 30d'
    - '[message] &9 Sikeresen megvetted az &3Úrfi &9rangot!'
    - '[close]'
    left_click_requirement:
      requirements:
        urfi:
          type: javascript
          expression: '%vault_eco_balance% >= 500'
      deny_commands:
        - "[message] &cNincs elég pénzed."
        - '[close]'
#

notice the spacing

alpine shale
#

oooh yes

plain nebula
#

this is how it was

items:
'urfi':
material: stone_sword
slot: 10
display_name: '&3Úrfi &frang (30 nap)'
lore:
- '&7Ár: &a⛁350'
- '&7Bal klikk a vásárláshoz'
left_click_commands:
- '[console] eco take %player_name% 500'
- '[console] lp user %player_name% parent addtemp urfi 30d'
- '[message] &9 Sikeresen megvetted az &3Úrfi &9rangot!'
- '[close]'
left_click_requirement:
  requirements:
    urfi:
      type: javascript
      expression: '%vault_eco_balance% >= 500'
  deny_commands:
    - "[message] &cNincs elég pénzed."
    - '[close]'
alpine shale
#

I see.. never would've tought that that is the problem

plain nebula
#

also, inventory-type is invalid, it would be inventory_type

#

but it's also unneeded, default is a chest

#

actually, chest messes things up sometimes I think

#

weirdly

alpine shale
plain nebula
#

can't remember exactly what, but I just wouldn't add inventory_type to your menu at all
edit: maybe it was the size (inventory_type: CHEST can only be 27 size I think)

alpine shale