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



DeutscherRitterPlatz

Posted

Hello @MeventSupport
Is there a way to hide the shop categories within the shop itself when using the categories for an NPC?

What do I mean by this? If I use the category "Ammunition" for the NPC with the ID 6980717568, I want the category "Ammunition" to no longer be displayed under /shop, but only be visible through the NPC.

Trenyc

Posted

Is there a way to specify multiple permissions that should be able to access a category?

Trenyc

Posted (edited)

Is there a way to specify multiple permissions that should be able to access a category?

Edit: Sorry, Codefling is glithcy sometimes and results in duplicate posts from my browser.

Edited by Trenyc
MeventSupport

Posted

15 hours ago, Trenyc said:

Is there a way to specify multiple permissions that should be able to access a category?

Edit: Sorry, Codefling is glithcy sometimes and results in duplicate posts from my browser.

Unfortunately, you can only specify one. But, you can one permission to add to multiple groups 🙂 🙂

Trenyc

Posted

Ok, I was just hoping to avoid creating duplicate groups. 🙂

That might be an easy enhancement though. Split on | like with commands?

MeventSupport

Posted

21 hours ago, Trenyc said:

Ok, I was just hoping to avoid creating duplicate groups. 🙂

That might be an easy enhancement though. Split on | like with commands?

Yeah, we'll do it.
 

  • Love 1
EvilDips

Posted (edited)

Could Someone explain to me how to make a category only available to VIP only. I used permission when adding a category but it seems to not work.

Edited: Figured out how, but can a vip1 or vip2 be added?

Edited: Again figured out.

Edited by EvilDips
humboldt.scott420

Posted

     this in shop config "Enabled": true,
      "Title": "<color=#FFD700>[ VIP ]</color>",
      "Permission": "shop.vip",                                      then add this when they buy "vip"  "oxide.usergroup add {id} vip"

  • Love 1
EvilDips

Posted

7 minutes ago, humboldt.scott420 said:

     this in shop config "Enabled": true,
      "Title": "<color=#FFD700>[ VIP ]</color>",
      "Permission": "shop.vip",                                      then add this when they buy "vip"  "oxide.usergroup add {id} vip"

that might come in handy for me later but atm I was trying to figure out how to limit items to only a set group ie: VIP, Authorized, or VIP2. I have since figured it out but thanks for this might add a option to buy VIP rank at some point.

MeventSupport

Posted

2 hours ago, EvilDips said:

Could Someone explain to me how to make a category only available to VIP only. I used permission when adding a category but it seems to not work.

Edited: Figured out how, but can a vip1 or vip2 be added?

Edited: Again figured out.

Great, it looks like you've solved the problem! If you have any more questions or difficulties, feel free to get in touch. I'm always ready to help.🙂❤️

  • Love 1
forlandoo

Posted

 

I collect points with RustRewards and also use the Economics Plugin for balance,  Is it possible to use the points as currency for this shop? 

If so, I'll buy it 🙂

Greeting

MeventSupport

Posted

7 hours ago, forlandoo said:

 

I collect points with RustRewards and also use the Economics Plugin for balance,  Is it possible to use the points as currency for this shop? 

If so, I'll buy it 🙂

Greeting

yes, of course. RustRewards increases the balance in Economics, and my Shop plugin will get the player's balance from Economics

Beaverthelieber

Posted

How do I make different vips levels with different VIP discounts for this? For example, bronzevip will get 5 percent off and diamondvip will get 20 percent off. 

Aton

Posted

New update says colors, backgrounds, etc, can be customized, Assuming that all still needs done in the config file and not through the shop UI?

Kk

Posted

Failed to call hook 'CmdConsoleShop' on plugin 'Shop v1.3.0' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.Shop+OpenedShop.AddItemToUpdate (Oxide.Plugins.Shop+ShopItem shopItem) [0x00000] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.Shop.CmdConsoleShop (ConsoleSystem+Arg arg) [0x012fe] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01582] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0

MeventSupport

Posted

16 hours ago, Aton said:

New update says colors, backgrounds, etc, can be customized, Assuming that all still needs done in the config file and not through the shop UI?

Yes, at the moment it can be done only in the config. But we are planning to add to the plugin a full-fledged system of configuration editing via interface, for example as in Build tools. But it will take more time

MeventSupport

Posted

8 hours ago, Kk said:

Failed to call hook 'CmdConsoleShop' on plugin 'Shop v1.3.0' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.Shop+OpenedShop.AddItemToUpdate (Oxide.Plugins.Shop+ShopItem shopItem) [0x00000] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.Shop.CmdConsoleShop (ConsoleSystem+Arg arg) [0x012fe] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01582] in <2ba601396d68404e85c7f985b315b1ed>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0

fixed in version 1.3.1

CupsOhJoe

Posted

With the customization, the Background of the Shop (BLACK) is tied to the editor of the items. We want to make the background transparent but when we do the Editing item background is also transparent and makes it really hard to make changes. If you could possibly make it two different elements that would amazing. image.png.ccc7d9c3af79c64a4ec5a0f149fbc041.png

marc wadmore

Posted

guess im missing something,, i have done the update but im not seeing a favourites button advise please...

Also is there a discord group for you plugins can you post the link  

Thanks

TRAP BOX

Posted

"Shop": [
    {
      "Enabled": true,
      "Category Type": "Favorite",
      "Title": "Favorites",
      "Permission": "",
      "Sort Type": "None",
      "Items": [],
      "Localization": {
        "Enabled": false,
        "Text (language - text)": {
          "en": "Favorites",
          "fr": "Favoris"
@marc wadmore

  • Like 2
marc wadmore

Posted

6 minutes ago, TRAP BOX said:

"Shop": [
    {
      "Enabled": true,
      "Category Type": "Favorite",
      "Title": "Favorites",
      "Permission": "",
      "Sort Type": "None",
      "Items": [],
      "Localization": {
        "Enabled": false,
        "Text (language - text)": {
          "en": "Favorites",
          "fr": "Favoris"
@marc wadmore

thank you i just figured it out as you was typing...  how do you actually add items to favourites lol  

  • Love 1
marc wadmore

Posted

Just now, marc wadmore said:

thank you i just figured it out as you was typing...  how do you actually add items to favourites lol  

found it  click the star    thanks again  its been a long day

 

 

  • Love 1
Mevent

Posted

9 hours ago, marc wadmore said:

guess im missing something,, i have done the update but im not seeing a favourites button advise please...

Also is there a discord group for you plugins can you post the link  

Thanks

You need to enable the favorites category (in the config or through the game interface)

  • Like 1

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.