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



I have now taken a closer look at the plugin and there are still some functions missing that would make the plugin even more interesting.

Cooperation with the following plugins:

Human NPC 

@Meventwould you implement something like that?

Edited by MeinRust
Link to comment
Share on other sites
1 hour ago, 飞天大喵王 said:

Can ServerRewards and Economics be used at the same time?
and can you sell items to store?

1 - No O.o

2 - yes

 

Link to comment
Share on other sites

It seems every time I make changes to the config, I have to restart the server? Reloading the plugin does nothing.

 

Also, when I try to add an item into the shop via in-game editor it doesn't actually add it? 

 

Also would it be possible to add a "sell all option" to the page? It would be a pain for users to have to enter the specific amount they want to sell? Like maybe just an option. You could click on the item and hit "sell all" if you wanted to? Thank you! 

Edited by ArrowKeys
Link to comment
Share on other sites

Congratulations on this plugin, I find it a fantastic complement for my server. I just set up my shop and I am going to use scrap as currency. Can I make "SC" appear instead of "RP"?
Thanks

 

  • Like 1
Link to comment
Share on other sites

Hi @Mevent, I want to run multiple commands at the same time, how to do multiple commands in one line?

And how to get player name?  

I'm trying to change that, I failed, It prompts failed to load config file.

{
          "Type": "Command",
          "ID": -486349737,
          "Image": "testurl",
          "Title": "test",
          "Command (%steamid%)": {
				"heli.call Regular %steamid%",
				"say <color=#00FFCC> $player.name </color>test<color=#00FF33> test </color>"
				},
          "Plugin": {
            "Hook": "",
            "Plugin Name": "",
            "Amount": 1
          },
          "DisplayName (empty - default)": "test",
          "ShortName": "",
          "Skin": 0,
          "Amount": 1,
          "Price": 1000.0,
          "Sell Price": 0.0,
          "Discount (%)": {}
        }

 

Link to comment
Share on other sites

This is partially answered in the support section - 

"Command (%steamid%)": "o.revoke group %steamid% premium|o.revoke group %steamid% vip|o.revoke group %steamid% donate",

You are basically adding the | between each command.

Regarding the $player.name, I am not at home right now so can't check my config but you can try %username%

Hope this helps

Link to comment
Share on other sites
3 hours ago, Iron said:

This is partially answered in the support section - 

"Command (%steamid%)": "o.revoke group %steamid% premium|o.revoke group %steamid% vip|o.revoke group %steamid% donate",

You are basically adding the | between each command.

Regarding the $player.name, I am not at home right now so can't check my config but you can try %username%

Hope this helps

I used your method, it worked. And %username% is also available.
Thank you so much! 😄 @Iron

  • Like 1
Link to comment
Share on other sites

Quick question, Im new at this and I placed everything where is needs to go. but in game it says command not found. I literally can not access the store. is there a permission or something that im missing?

Link to comment
Share on other sites
54 minutes ago, Comrad973 said:

Quick question, Im new at this and I placed everything where is needs to go. but in game it says command not found. I literally can not access the store. is there a permission or something that im missing?

Are there any errors in the console?

Link to comment
Share on other sites
8 hours ago, Mevent said:

Are there any errors in the console?

No errors of any kind. I placed the .cs file where needed, and the .json populated. I restarted the server and it says the commands don't exist.

Edited by Comrad973
Link to comment
Share on other sites
8 hours ago, Mevent said:

Are there any errors in the console?

And there are no errors in the console at all.

Link to comment
Share on other sites

I have converted my GUIShop to Shop. It's working great. Can i put in a few requests?

1. Please add Buy/Sell discord messages to webhook (guishop had this was nice to watch)

2. Sell button seems to be long. Can you reduce the size a bit as it overlaps the discount part. 

3. Remember last window when adjusting items, etc as admin.

4. Search feature

Thank you. 

Edited by doublee313
  • Like 1
Link to comment
Share on other sites

Thank you for the update. I will be purchasing the Cases and Kit soon. Glad to see you keep things updated and add features. Awesome.

  • Like 1
  • Love 1
Link to comment
Share on other sites

Hello everybody, I wanted to add the craft plugin to the shop. But no matter what I do, isn't it working?

        {
          "Type": "Plugin",
          "ID": 842600534,
          "Image": "",
          "Title": "Test",
          "Command (%steamid%)": "o.grant user %steamid% crafts.all",
          "Plugin": {
            "Hook": "",
            "Plugin Name": "Crafts",
            "Amount": 1
          },
          "DisplayName (empty - default)": "",
          "ShortName": "",
          "Skin": 0,
          "Amount": 1,
          "Price": 1.0,
          "Sell Price": 0.0,
          "Discount (%)": {}
        }

ok i found my problem 😄

Edited by Coopa
Link to comment
Share on other sites

A request. Change the plugin to not wipe the config if you forget a comma. My bad for not making a second version and blindly downloading before checking the console. But lost a lot of work because of that.

Link to comment
Share on other sites

Hello, I would like to know how the permission works?

how should i put my text for it to work?

Example: I have a "Hunter" group. How to set the permission for this group?

 

 

"Shop": [

    {

      "Enabled": true,

      "Title": "Attire",

      "Permission": "",

      "Items": [

        {

          "Type": "Item",

          "ID": 1,

          "Image": "",

          "Title": "Mev Mask",

          "Command (%steamid%)": "",

          "Plugin": {

            "Hook": null,

            "Plugin Name": null,

            "Amount": 0

          },

Link to comment
Share on other sites
49 minutes ago, Gbutome said:

Hello, I would like to know how the permission works?

how should i put my text for it to work?

Example: I have a "Hunter" group. How to set the permission for this group?

 

 

"Shop": [

    {

"Enabled": true,

"Title": "Attire",

"Permission": "",

"Items": [

        {

"Type": "Item",

"ID": 1,

"Image": "",

          "Title": "Mev Mask",

          "Command (%steamid%)": "",

          "Plugin": {

            "Hook": null,

            "Plugin Name": null,

            "Amount": 0

          },

Set permission in config:

"Permission": "shop.attire",

And grant this permission to the group:

oxide.grant group Hunter shop.attire

 

Link to comment
Share on other sites
32 minutes ago, Mevent said:

Définissez l’autorisation dans config :


"Permission": "shop.attire",

Et accordez cette autorisation au groupe :


oxide.grant group Hunter shop.attire

 

ok thanks

Link to comment
Share on other sites

Can you explain to me how i use this?

I have installed ItemCostCalculator and how do I bring it into the shop?

ItemCostCalculator_GUIShop

ItemCostCalculator_ItemIngredients

ItemCostCalculator_ServerRewards

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.