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!

1 Screenshot

  • 518.7k
  • 7.9k
  • 419.08 kB

Recommended Comments



US Apocalypse

Posted

How do I remove add items from players? I have the permissions set to players as default but i dont see a permission to remove this. Also what location do I add the kit? in the Json file? If at what location?

Mevent

Posted

8 hours ago, mike454 said:

How do I remove add items from players? I have the permissions set to players as default but i dont see a permission to remove this. Also what location do I add the kit? in the Json file? If at what location?

You can remove permissions from players with the oxide.revoke command, for example:
oxide.revoke group default shop.edit

US Apocalypse

Posted

2 hours ago, Mevent said:

You can remove permissions from players with the oxide.revoke command, for example:
oxide.revoke group default shop.edit

I have done this oxide.revoke group default shop.edit and thiats not working

US Apocalypse

Posted (edited)

/

Edited by mike454
Tezza

Posted

love ya shop works well with the eco money , keep up the good work 

  • Love 1
Mevent

Posted

12 hours ago, mike454 said:

I have done this oxide.revoke group default shop.edit and thiats not working

Check what permission you gave the players. Maybe it wasn't shop.edit, but shop.admin?

US Apocalypse

Posted

thank you it's working. I had to uninstall. delete the files now its working.

 

US Apocalypse

Posted

How do I set this up for my players to pay with scrap?

thanks

Mevent

Posted

11 hours ago, mike454 said:

How do I set this up for my players to pay with scrap?

thanks

image.thumb.png.e8e7921942314d6c93950aac07447282.png

  • Sad 1
Paul H.

Posted

The download version is still the 1.2.25
and not the 1.2.26
Have also tried other browsers, I always get the 1.2.25 version

 

Mevent

Posted

33 minutes ago, Paul H. said:

The download version is still the 1.2.25
and not the 1.2.26
Have also tried other browsers, I always get the 1.2.25 version

 

Hi! I'll check it out and let you know tonight (I'm at work right now, unfortunately)

  • Like 1
rrex

Posted

1 hour ago, Paul H. said:

The download version is still the 1.2.25
and not the 1.2.26
Have also tried other browsers, I always get the 1.2.25 version

 

there is some bug with chrome browser. try something else and you'll get the latest version. admins are notified with the issue (I hope xD)

Paul H.

Posted

I know that, so I tried 2 more and still get the old version

  • Moderator
Mals

Posted

There is a cache issue with Chromium browsers.  I used Firefox and always get the latest version... but just got .25 how odd

Mevent

Posted

Guys, apparently I forgot to change the version number in the plugin itself. But, I already uploaded the update with the corrected version number 🙂

  • Like 1
ZIZI

Posted

Hi all. 
This point: how to make that when you click buy (after making a purchase) the player stays in the store. Let me explain, there is a limit on the number of items per purchase:
"Amount": 1000, "Max Buy Amount (0 - disable): 1, Cooldown, "Buy Cooldown (0 - disable)": 14400.0,
"Buy Cooldowns (0 - no limit)": {
"shop.vip": 0.0
....
In this case, the player with the privilege must, after buying , go to the store again to buy another set amount.
If I remove the limit for a single purchase, then the cunning player without privileges at a time can buy 1000000 pieces in one purchase and then Cooldown will come into effect.
Maybe I don't quite understand the store algorithm and am doing something wrong?

And also, can I add a definition of the button - if the price is 0, the text of the button "free" by default, or add the "Title: "" on the button by changing the text of each item separately manually.

Mevent

Posted

1 hour ago, ZIZI said:

Hi all. 
This point: how to make that when you click buy (after making a purchase) the player stays in the store. Let me explain, there is a limit on the number of items per purchase:
"Amount": 1000, "Max Buy Amount (0 - disable): 1, Cooldown, "Buy Cooldown (0 - disable)": 14400.0,
"Buy Cooldowns (0 - no limit)": {
"shop.vip": 0.0
....
In this case, the player with the privilege must, after buying , go to the store again to buy another set amount.
If I remove the limit for a single purchase, then the cunning player without privileges at a time can buy 1000000 pieces in one purchase and then Cooldown will come into effect.
Maybe I don't quite understand the store algorithm and am doing something wrong?

And also, can I add a definition of the button - if the price is 0, the text of the button "free" by default, or add the "Title: "" on the button by changing the text of each item separately manually.

Hi! I don't quite understand you, can you explain in more detail what and how you want to limit the players?

ZIZI

Posted (edited)

2 hours ago, Mevent said:

Hi! I don't quite understand you, can you explain in more detail what and how you want to limit the players?

If "Max Buy Amount (0 - disable): 1, only 1 is moved to the shopping bag and the store closes after payment. To buy the same item again you have to enter the store again.
If "Max Buy Amount (0 - disable): 0, then in the bag of purchases moves as much as you want, but then the player with a limited amount will be able to buy at one time more than allowed, for this I apply Buy Cooldowns.
example config, take a look and you'll understand what the problem:
 

{
      "Enabled": true,
      "Title": "MEDICAL",
      "Permission": "shop.default",
      "Sort Type": "Name",
      "Items": [
        {
          "Type": "Item",
          "ID": 1198873729,
          "Image": "",
          "Title": "",
          "Description": "<color=#FF0000>VIP UNLIMITED BUY</color>",
          "Command (%steamid%)": "",
          "Kit": "",
          "Plugin": {
            "Hook": "",
            "Plugin Name": "",
            "Amount": 1
          },
          "DisplayName (empty - default)": "",
          "ShortName": "syringe.medical",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 10,
          "Enable item buying?": true,
          "Price": 90.0,
          "Enable item selling?": true,
          "Sell Price": 3.0,
          "Buy Cooldown (0 - disable)": 3600.0,
          "Buy Cooldowns (0 - no limit)": {
            "shop.vip": 3.0
          },
          "Sell Cooldown (0 - disable)": 0.0,
          "Sell Cooldowns (0 - no limit)": {},
          "Discount (%)": {},
          "Sell Limits (0 - no limit)": {},
          "Buy Limits (0 - no limit)": {},
          "Daily Buy Limits (0 - no limit)": {},
          "Daily Sell Limits (0 - no limit)": {},
          "Max Buy Amount (0 - disable)": 1,
          "Max Sell Amount (0 - disable)": 1,
          "Force Buy": false,
          "Prohibit splitting item into stacks?": false,
          "Localization": {
            "Enabled": true,
            "Text (language - text)": {
              "en": "Medical Syringe"
            }
          },
          "Content": {
            "Enabled": false,
            "Contents": [
              {
                "ShortName": "",
                "Condition": 100.0,
                "Amount": 1,
                "Position": -1
              }
            ]
          },
          "Weapon": {
            "Enabled": false,
            "Ammo Type": "",
            "Ammo Amount": 1
          }
        },

And the limitation is that the regular player buys 1 set (in a set of 10 pieces) in 1 hour, and VIP without restrictions. But VIP can put only 1 set in the store bag, and after payment he needs to go again to repeat the same purchase.

Edited by ZIZI
Mevent

Posted

1 hour ago, ZIZI said:

If "Max Buy Amount (0 - disable): 1, only 1 is moved to the shopping bag and the store closes after payment. To buy the same item again you have to enter the store again.
If "Max Buy Amount (0 - disable): 0, then in the bag of purchases moves as much as you want, but then the player with a limited amount will be able to buy at one time more than allowed, for this I apply Buy Cooldowns.
example config, take a look and you'll understand what the problem:
 

{
"Enabled": true,
"Title": "MEDICAL",
"Permission": "shop.default",
"Sort Type": "Name",
"Items": [
{
"Type": "Item",
"ID": 1198873729,
"Image": "",
"Title": "",
"Description": "<color=#FF0000>VIP UNLIMITED BUY</color>",
"Command (%steamid%)": "",
"Kit": "",
"Plugin": {
"Hook": "",
"Plugin Name": "",
"Amount": 1
},
"DisplayName (empty - default)": "",
"ShortName": "syringe.medical",
"Skin": 0,
"Is Blueprint": false,
"Amount": 10,
"Enable item buying?": true,
"Price": 90.0,
"Enable item selling?": true,
"Sell Price": 3.0,
"Buy Cooldown (0 - disable)": 3600.0,
"Buy Cooldowns (0 - no limit)": {
"shop.vip": 3.0
},
"Sell Cooldown (0 - disable)": 0.0,
"Sell Cooldowns (0 - no limit)": {},
"Discount (%)": {},
"Sell Limits (0 - no limit)": {},
"Buy Limits (0 - no limit)": {},
"Daily Buy Limits (0 - no limit)": {},
"Daily Sell Limits (0 - no limit)": {},
"Max Buy Amount (0 - disable)": 1,
"Max Sell Amount (0 - disable)": 1,
"Force Buy": false,
"Prohibit splitting item into stacks?": false,
"Localization": {
"Enabled": true,
"Text (language - text)": {
"en": "Medical Syringe"
}
},
"Content": {
"Enabled": false,
"Contents": [
{
"ShortName": "",
"Condition": 100.0,
"Amount": 1,
"Position": -1
}
]
},
"Weapon": {
"Enabled": false,
"Ammo Type": "",
"Ammo Amount": 1
}
},

And the limitation is that the regular player buys 1 set (in a set of 10 pieces) in 1 hour, and VIP without restrictions. But VIP can put only 1 set in the store bag, and after payment he needs to go again to repeat the same purchase.

Do you want VIPs to be able to buy an unlimited number of sets at a time?

ZIZI

Posted

23 hours ago, Mevent said:

Do you want VIPs to be able to buy an unlimited number of sets at a time?

Absolutely right. ))))

Mevent

Posted

3 hours ago, ZIZI said:

Absolutely right. ))))

Okay, I'll add the permissions in the update

ZIZI

Posted

9 hours ago, Mevent said:

Okay, I'll add the permissions in the update

Thank you very much!!!

  • Love 1
Aussie4life

Posted

Is there a way that we can lock out certain players from being able to see/buy times? like permission based? EG: i have the skinbox spray can in the shop as a purchasable item. Now we have skinbox as a vip feature. so id like to be able to set this item to only be visible to players who have the vip perms. If this is an available feature currently, could it be implemented in the future?

Mevent

Posted

23 minutes ago, Aussie4life said:

Is there a way that we can lock out certain players from being able to see/buy times? like permission based? EG: i have the skinbox spray can in the shop as a purchasable item. Now we have skinbox as a vip feature. so id like to be able to set this item to only be visible to players who have the vip perms. If this is an available feature currently, could it be implemented in the future?

Hi! You can make a category for VIP players and add this item there. And, in the settings of the category specify the resolution, for example: shop.vip

Hwang85

Posted

Is there a way to change the name "Shop" in the main starting menu?

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 12
  • Sad 1
  • Love 7

Mevent's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

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.