SignShop

Script SignShop 1.0.5

  • 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!

Supported Minecraft Versions
  1. 1.14
Any error or bug not paste them on the home page, use private message

An easy script to install, configure and use.

Requieres:
- Skript
- Vault
- Any Economy Plugin

How do I create a Shop?

Shop where users can buy items:
Write: sbuy1.png » sbuy2.png

Shop where users can sell items:
Write: ssell1.png » ssell2.png

Code:
options:
    signBuy: [SBuy]
    signSell: [SSell]
    prefix: &6[SignShop] &e
    shopCreated: The Shop was created successfully.
    shopRemoved: The Shop was successfully removed.
    itemBuy: You bought &7x%{_2}% &7%{_3}% &efor &a$%{_4}%.
    itemSell: You sold &7x%{_2}% &7%{_3}% &efor &a$%{_4}%.
    itemNotBuy: You don't have enough money to buy this!
    itemNotSell: You don't have enough items to sell!
    errorLine2: Error on line 2: It is not a number
    errorLine3: Error on line 3: It is not a item
    errorLine4: Error on line 4: It is not a number
    noPermission: &eYou do not have permissions to do that!
    loadName: &6&lSignShop &ev
    version: 1.0.4

Code:
/signshop help - signshop.command
/signshop reload - signshop.command
/signshop example - signshop.command
[Create shop] - signshop.create
[Remove shop] - signshop.remove
[Buy] - signshop.buy
[Sell] - signshop.sell

Screenshots:
2020-01-28_17.57.47.png
2020-01-28_17.58.08.png

2020-01-28_17.58.53.png

2020-01-28_17.58.26.png
Author
MattyHD0
Downloads
1,169
Views
1,169
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from MattyHD0

Latest updates

  1. SignShop

    Bugfix
  2. SignShop

    [+] Added | [-] Removed | [] Fixed Permissions: [] signshop.create []...
  3. SignShop

    Severe bug fixes: - Script operation was completely broken - Users could create shops...