brcdev-minecraft / shopgui-api

Public API for ShopGUI+ plugin
MIT License
10 stars 5 forks source link

Can't set item prices for +$999 #39

Open OctavioFariasDamian opened 3 months ago

OctavioFariasDamian commented 3 months ago

For any reason, the plugin don't let load items with more than $999 price of buy or sell, and it is setted to the first digit:

16:
      type: item
      item:
        material: ENCHANTED_GOLDEN_APPLE
        quantity: 1
      buyPrice: 9000
      sellPrice: -1
      slot: 29

image