You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found an issue that needs to be rectified.
When adding an item price, it inserts
Price:
NewItem:
- 'type:STONE'
- 'amount:16'
when the correct format is:
Code (Text):
Price:
- - 'type:STONE'
- 'amount:16'
The text was updated successfully, but these errors were encountered:
From https://www.spigotmc.org/threads/bossshoppro-editor.359581/:
Found an issue that needs to be rectified.
When adding an item price, it inserts
Price:
NewItem:
- 'type:STONE'
- 'amount:16'
when the correct format is:
Code (Text):
Price:
- - 'type:STONE'
- 'amount:16'
The text was updated successfully, but these errors were encountered: