Getting Started

What to do when getting started

Before you do anything, make sure that you have these plugins installed:

Skript, Vault, and EssentialsX (Or some other Economy Manager).

In order to make shops, you need to know:

a) How to create a file

b) Basic knowledge of how to modify a file

Commands and Permissions

All Versions

Versions 1.0.3+

Each shop that you create will also have its own command to open it. No permission is required

Options.sk File

This is the file with all of the most important options.

options.sk
options:
	# This is the file location for the Skript.
	# The / at the end means it will reload the whole folder called "Shop"
	# Default is Shop/
	File Location: Shop/
	
	Shops: "Shop", "Blocks", and "Redstone"

	# The message that players get sent if they don't have permission to do a command
	No Permission Message: &4You don't have permission to do this!

	# When players click an item in the shop, should it cancel the event?
	Cancel Click: true

What do Each of These Options do?

Each of these options serve an important function.

  • File Location

    • Where is the folder with all of the shop files located?

    • Default: Shop/

  • Shops

    • A list of all the shop categories you have

    • Default: "Shop", "Blocks", and "Redstone"

  • No Permission Message

    • Default: &4You don't have permission to do this!

  • Cancel Click

    • When players click an item in the shop, should it not let them take it?

      • true (Keep the item in the shop) or false (let them take the items)

    • Default: true

If you would like something setup for you, join my support discord! https://discord.gg/gkbfB6V

Last updated