InteractiveShop | Easily configurable shops!

InteractiveShop | Easily configurable shops! 1.1.3

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

The open shop message had the wrong argument. Changed it to {_s}, and now it works.
I had placed the message in the wrong place (oops).
Also, now there's a message that tells you when you're in cooldown.
There was no "open" message, it has been added.
Changed $ to a similar symbol to avoid \ bug.

Now the resource has 3 versions:
1. Default one, needs all addons.
2. No Skellett, needs TuSKe and skQuery. Doesn't have sounds nor actionsbars.
3. TitleManager, has actionbars but not sounds (uses TitleManager commands).

Some people don't like to use Skellett as it has many "useless" stuff in it. If this is the case, just go to SyntaxToggles and follow these steps:
1. Go to replace in your text editor.
2. Replace all true with false in the file.
3. Use Ctrl + F and find:
- Sound: false
- Actionbar: false
Now, change these to true. Done, now restart your server and Skellett will register only actionbars and sounds.
Added configuration area in "options".
It's kinda messy, but way easier to use than before.

Note: to use the $ sign, you MUST use \$. Otherwise an error is gonna show in your console.
A) In this new update, you can add custom commands to be run in a shop. It also means that:
1. You can create multiple pages in a single shop, by adding the command to open the next shop!
2. Any command can be used, so you can sell something from other plugin, for example.
3. It's totally customisable. The item can either be totally normal or have lore, enchantments and custom names, that you can set with the two new commands.

B) Added /[rn|rename] [text] and /[sl|setlore] [line] [text], so you can make custom items.

C) Small code cleanup.