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
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Add the ability to make items such as Magic Milk and stuff, maybe something like special-type: magic-milk
Add item weights instead of hardcoding them, for ex if you have a weight: 5 item, you cannot purchase a weight: 1 item, with the default weight being 0, along with a weight-category
Add items that can be downgraded on death - can be like downgrade: wood-pickaxe
Configure the categories of the shop
Add the ability to add cosmetic items in the GUI, for example glass panes on the bottom
Configuration to run commands on purchase: commands: [ 'give %player_name% diamond_sword 1' ]
The text was updated successfully, but these errors were encountered:
Add a better shop.yml
special-type: magic-milk
weight: 5
item, you cannot purchase aweight: 1
item, with the default weight being 0, along with aweight-category
downgrade: wood-pickaxe
commands: [ 'give %player_name% diamond_sword 1' ]
The text was updated successfully, but these errors were encountered: