Jump to content
Message added by Mevent,

Thanks for your interest in my plugin!

If you have any questions or issues with the plugin, please contact me.
For support related questions, please create a thread in the Support Section or send a direct message to my profile @MeventSupport.

Thanks!

10 Screenshots

  • 469.4k
  • 4.6k
  • 305.24 kB

About Shop

Enjoy a highly customizable Shop that can be configured in game! Use NPCs as shopkeepers, and set up a shop with ease using the game interface to add, edit, or remove items on the fly!

 

⭐️ Features

  • Beautiful user interface
  • Discount system (by permissions)
  • Automatic shop filling (+ the plugin has support for the ItemCostCalculator plugin)
  • Selling items (players can sell items to the store and receive money for it)
  • Performance
  • Adding/editing/removing items IN GAME
  • Supports NPC
  • Supports Custom Vending Machines
  • Supports NoEscape
  • Convert from ServerRewards
  • Favorite items
  • By default, the plugin has English, Russian and Chinese translations
  • Transfer money between players directly in the plugin!
  • Shop allows you to use multiple economy plugins at once (players can choose what they want to pay with)

 

🎮 Commands

  • shop - open shop interface 
  • shop.refill - refill shop again
  • shop.convert.sr [clear] - convert items from ServerRewards to Shop. The option clear means clearing Shop items before convert
  • shop.setvm [categories: cat1 cat2 ...] - add custom VM in config
  • shop.setnpc [categories: cat1 cat2 ...] - add NPC in config
  • shop.remove all - a console command to remove all items and categories from the plugin
  • shop.remove item [category name/all] - a console command to remove an item (or all items)
  • shop.remove category [category name/all] - a console command to remove a category (or all categories)
  • shop.fill.icc [all/buy/sell] - a console command for updating prices of items in the store using ItemCostCalculator. all - updates both Price and SellPrice, buy - updates Price, sell - updates SellPrice
  • shop.convert.from.1.2.26 – command to convert Shop plugin version 1.2.26 to version 1.3.0+

 

🛡️ Permissions

  • shop.setvm - for command "shop.setvm"
  • shop.setnpc - for command "shop.setnpc"
  • shop.free - for free item purchases
  • shop.admin - admin permission

 

⚖️ Sort Types

  • None
  • Name
  • Amount
  • PriceDecrease
  • PriceIncrease

 

🧬 Category Types

  • None – normal category for items
  • Favorite – category for favorite items
  • Hided – hidden category, available only in NPC stores or Vending Machines

 

🎥 Video

 

📚 FAQ

Q: Where can I see an example of a config?
A:  Config

Q: How to use BankSystem to store the economy
A: 

  "Economy": {
    "Type (Plugin/Item)": "Plugin",
    "Plugin name": "BankSystem",
    "Balance add hook": "Deposit",
    "Balance remove hook": "Withdraw",
    "Balance show hook": "Balance",
    "ShortName": "scrap",
    "Display Name (empty - default)": "",
    "Skin": 0,
    "Lang Key (for Title)": "LangTitle",
    "Lang Key (for Balance)": "BalanceTitle"
  },

Q: How to use ServerRewards to store the economy
A: 

  "Economy": {
    "Type (Plugin/Item)": "Plugin",
    "Plugin name": "ServerRewards",
    "Balance add hook": "AddPoints",
    "Balance remove hook": "TakePoints",
    "Balance show hook": "CheckPoints",
    "ShortName": "scrap",
    "Display Name (empty - default)": "",
    "Skin": 0,
    "Lang Key (for Title)": "LangTitle",
    "Lang Key (for Balance)": "BalanceTitle"
  },

Q: How to use Economics to store the economy
A: 

  "Economy": {
    "Type (Plugin/Item)": "Plugin",
    "Plugin name": "Economics",
    "Balance add hook": "Deposit",
    "Balance remove hook": "Withdraw",
    "Balance show hook": "Balance",
    "ShortName": "scrap",
    "Display Name (empty - default)": "",
    "Skin": 0,
    "Lang Key (for Title)": "LangTitle",
    "Lang Key (for Balance)": "BalanceTitle"
  },

Q: How to use scrap to pay for items
A: 

  "Economy": {
    "Type (Plugin/Item)": "Item",
    "Plugin name": "",
    "Balance add hook": "",
    "Balance remove hook": "",
    "Balance show hook": "",
    "ShortName": "scrap",
    "Display Name (empty - default)": "",
    "Skin": 0,
    "Lang Key (for Title)": "LangTitle",
    "Lang Key (for Balance)": "BalanceTitle"
  },

Q: How to add KIT as shop item
A: https://pastebin.com/4szBQCgz

Q: How to add Command as shop item
A: https://pastebin.com/bcCkzBEL

Q: How do I make a weapon spawn with ammo in it?
A: You need to configure the "Weapon" section in the item config:

          "Weapon": {
            "Enabled": true,
            "Ammo Type": "ammo.rifle.explosive",
            "Ammo Amount": 128
          }

Q: How do I make items spawn some content (liquid, weapon modifications)?
A: You need to configure the "Content" section in the item config:

          "Content": {
            "Enabled": true,
            "Contents": [
              {
                "ShortName": "weapon.mod.lasersight",
                "Condition": 100.0,
                "Amount": 1,
                "Position": -1
              }
            ]
          },

Q: How to turn off the sell feature? 
A: You need to turn off “Enable item selling” in the config, or do it in the item setting in the game. 

"Enable item selling?": false,

2023-07-06-124645.normal.png.0789c8d3b4567e71c27b821032208eac.png
Q: How to use the ItemCostCalculator with Shop? 
A: You need to use command "shop.refill" (command to refill the Shop)

Q: What should be the size of images for item icons?
A: Typically, the image dimensions for item icons are 512x512 pixels, but any square image can suffice.

  • Like 8
  • Sad 1
  • Love 3

Mevent's Collection

User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.