📈Transfer from old ShopSystem

Going from old version to the 2.0 and newer? Follow this page and do not make any error ;)

CONFIG.YML TRANSFER

- Custom commands:

Custom commands now have their own file "custom_commands.yml" so you have to copy whole section from your old config.yml and paste it to the new one. The structure of the configuration doesn't changed.

- Sales

Sales now have their own file "sales.yml" so you have to copy whole sales saction from the old config.yml and paste it to the new one. New feature is a start date of the sale, so now you can play your sales form a date to a date. When you remove both dates, sale will be permanent.

PRODUCTS TRANSFER

The new products have a completely renovated file style. The style is based on the system 1 folder = 1 product. It is important to pull each product out of your older folders and create each product its own folder.

GUIS TRANSFER

You can use your old guis, just add this thigs to every gui, because you want to update your gui and you want to have a products in the gui

example
products-slots-id: P
products: 
  - ...
  - ...
update-time: 20 # in ticks

Last updated