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

  • 485.9k
  • 5.4k
  • 329.78 kB

Recommended Comments



Hello, very good plugin.

It would be interesting to be able to choose the payment method for items in the configuration.

For example:

1- That we can buy certain items with banknotes or items (with skin included for our personalized items), and others with the bank balance.

2- Or that we can do it according to the shop we have created.
For example: Purchase with the bank balance in the "Misc" shop, and purchase with banknotes or items (with skin included for our personalized items) in the "Tool" shop.

Link to comment
Share on other sites

How i can use chat.say Command in Shop plugin , Tried that but didnt work . Command 'chat.say /XXXXXX' not found

 

Update: Contacted the dev ❤️ he is a nice guy , currently Commands are executed on behalf of the server ❤️

Hope he can bring new feature ❤️

 

Edited by Srijan
Link to comment
Share on other sites

hey, is it possible to add the ability to give permissions to specific items rather than making a whole new shop for different vip groups?

so it would look something like this:

"Enabled": true,
      "Title": "Commands",
      "Permission": "",
      "Items": [
        {
          "Type": "Command",
          "ID": -1491965165,
          "Image": "",
          "Title": "Nightvision",
          "Command (%steamid%)": "o.grant user %steamid% nightvision.allowed",
          "Plugin": {
            "Hook": "",
            "Plugin Name": "",
            "Amount": 1
          },
          "DisplayName (empty - default)": "",
          "ShortName": "nightvisiongoggles",
          "Skin": 0,
          "Amount": 1,
          "Price": 1000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {},
          "Permission": "item.vip"
        },

so that item only shows up when the person has that permission, rather than placing it in a whole new shop for that group

Edited by Wajeeh Agbariya
Link to comment
Share on other sites

Dear Author.

First of all thanks for creating this plugin.

Second, Is there something i can do to stop the console spam i receive when i sell something ?

afbeelding.png.56d11c17122379f71508702e2882e90d.png

After corn has been sold wich -1481695995 is refering to it will spam the clients f1 console with above text.
We only sell this on our server and the buy price has been set to -100. due to a glitch / bug or whatever you may call it we choose to go in to negetive numbers because when you sell an item the shop will not close and the buy button will enable even if its set to 0

Therefore i think it creates an UI for unknown parent.

looking forward for some help.

 

Link to comment
Share on other sites
6 hours ago, Fl3x4 said:

Dear Author.

First of all thanks for creating this plugin.

Second, Is there something i can do to stop the console spam i receive when i sell something ?

afbeelding.png.56d11c17122379f71508702e2882e90d.png

After corn has been sold wich -1481695995 is refering to it will spam the clients f1 console with above text.
We only sell this on our server and the buy price has been set to -100. due to a glitch / bug or whatever you may call it we choose to go in to negetive numbers because when you sell an item the shop will not close and the buy button will enable even if its set to 0

Therefore i think it creates an UI for unknown parent.

looking forward for some help.

 

not -100 set the value to 0 to deactivate.

Link to comment
Share on other sites

Whenever i am adding a command in shop . 

the console hits with this error 

"[Image Library] There was a error querying Steam for workshop item data : Code (400)"

So no one can see images of shop , until i reload image library & shop

after reload it fixes the issue but it hits with same error always 

image.png.ad11c4847a3bcf5deb744e6b55632fc9.png

Link to comment
Share on other sites

when setting npc to open multiple Titles, all Titles will be opened when switching Titles

Link to comment
Share on other sites

want to add features
click on the item to open the detailed description of the item, such as some instructions for use

  • Like 1
Link to comment
Share on other sites
10 minutes ago, RICK said:

want to add features
click on the item to open the detailed description of the item, such as some instructions for use

This would be great for custom items. Maybe an ⓘ icon to click on? You can toggle the option per item.

Link to comment
Share on other sites

Is there an easy way to eliminate the players selling items back? Or do you need to set all the items price to zero?

Great shop

Link to comment
Share on other sites
5 hours ago, __doomsday__1 said:

Is there an easy way to eliminate the players selling items back? Or do you need to set all the items price to zero?

Great shop

You need to set all the items price to 0

Link to comment
Share on other sites
5 hours ago, __doomsday__1 said:

Is there an easy way to eliminate the players selling items back? Or do you need to set all the items price to zero?

Great shop

Easy Edit with Notepad++ Replace with....

  • Like 2
Link to comment
Share on other sites

@MeventIs there a way to set it so an item can only be sold?

Last time I tried to do this I zeroed out the price of purchase. But that only made the item free.

Link to comment
Share on other sites

Great plug in. Trying to use Portable Vehicles as a command. Shows in store as command says delivered but nothing.

"Enabled": true,
            "Title": "Command",
            "Permission": "",
            "Items": [{
                "Type": "Command",
                "ID": 676,
                "Image": "",
                "Title": "Portable Minicopter",
                "Command (%steamid%)": portablevehicles.give $player.id minicopter ",
                "Plugin": {
                    "Hook": null,
                    "Plugin Name": "PortableVehicles",
                    "Amount": 1

Sure its the command line but I'm lost,

 

Link to comment
Share on other sites
5 hours ago, __doomsday__1 said:

Great plug in. Trying to use Portable Vehicles as a command. Shows in store as command says delivered but nothing.

"Enabled": true,
            "Title": "Command",
            "Permission": "",
            "Items": [{
                "Type": "Command",
                "ID": 676,
                "Image": "",
                "Title": "Portable Minicopter",
                "Command (%steamid%)": portablevehicles.give $player.id minicopter ",
                "Plugin": {
                    "Hook": null,
                    "Plugin Name": "PortableVehicles",
                    "Amount": 1

Sure its the command line but I'm lost,

 

Here's an example of how I have mine set up.
 

        {
          "Type": "Command",
          "ID": 1124,
          "Image": "https://i.imgur.com/dnhmUDt.png",
          "Title": "Large Car (Place outside)",
          "Command (%steamid%)": "portablevehicles.give %steamid% car4",
          "Plugin": {
            "Hook": "Withdraw",
            "Plugin Name": "Economics",
            "Amount": 0
          },
          "DisplayName (empty - default)": "",
          "ShortName": "",
          "Skin": 0,
          "Amount": 1,
          "Price": 3000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 900.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          }
        },

 

  • Like 1
Link to comment
Share on other sites
1 hour ago, Jared Wright said:

Is there Image Library support with this plugin?

As far as I know, ImageLibrary is a requirement for the plugin. Though it's having issues loading some skins.
The skins are working. The load with the actual item. Just not in the shop.

Link to comment
Share on other sites

Could you customize the plugin so that the player inventory comes to the fore when you open it?
Because currently it is the case that the player inventory behind the shop GUI opens when you want to open it.

Our players wanted it and unfortunately we cannot implement this idea ourselves.
I would be very happy if I received a positive answer from you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 8
  • Sad 1
  • Love 3

Mevent's Collection

User Feedback

1.2m

Downloads

Total number of downloads.

5.9k

Customers

Total customers served.

86.7k

Files Sold

Total number of files sold.

1.7m

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.