Making a New Shop
How to make a new shop
This Page is ONLY for version 1.0.0 - 1.0.2
Locate the file named "-Empty Shop.sk"
If you are on Minehut, create a new file named <name of your shop>.sk
in the "Shops" folder (plugins\Skript\scripts\Shop\Shops), then save it, go into -Empty Shop.sk
, copy everything, and paste it in the new file.
If you are not on Minehut, then copy and paste the whole file, and rename the new one to <name of your shop>.sk
Configuration
Here are the options that you can configure to your liking.
What do Each of These Options do?
Inventory Size
How many rows should the shop have?
Possible options: Any number 1-6
Default: 6
Shop Name
What is the name of the shop?
This is also the command you will use to directly open the shop
Next
Once you have made a new file, go into Options.sk
and add "<your shop name>"
somewhere on the option Shops:
.
For example, if you had the Shops
option set to Shops: "Shop", "Blocks", and "Redstone"
and you wanted to add the shop "Decorations", you could change it to this: Shops: "Shop", "Blocks", "Redstone", and "Decorations"
. The shops can be in any order you would like. The only thing that matters is that the word and
is after the last comma.
I know this might be a bit confusing, so feel free to join my support discord and open a ticket.
Once you have done the above steps, you need to type /shop reload
in game to reload the shop files.
Last updated
Was this helpful?