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

  • 506.6k
  • 7k
  • 403.68 kB

Recommended Comments



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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites
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 🙂 🙂

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites
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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

     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
Link to comment
Share on other sites
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.

Link to comment
Share on other sites
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
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites
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

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

"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
Link to comment
Share on other sites
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
Link to comment
Share on other sites
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
Link to comment
Share on other sites
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
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 10
  • Sad 1
  • Love 6

Mevent's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

96.5k

Files Sold

Total number of files sold.

1.9m

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.