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.8k
  • 7.9k
  • 419.08 kB

Recommended Comments



Clay

Posted

On 1/20/2023 at 10:45 PM, Mevent said:

Can you show me how you set up an image link?

After I reloaded the shop plugin twice, it started to work. I'm not sure what the issue was. I think it just needed to be refreshed. I'm sorry. 😞 But working now!!

Clay

Posted

Also, what is possible by using the "plugin" option at the top next to "item" and "command"? How does that function? I'd like to know what functionality has been included that I'm missing out on.

 

Wajeeh Agbariya

Posted

add feature where the buy button gets hidden if the person reaches the buy limit for an item

  • Like 1
SugarHunny

Posted

anyone willing to help? im trying to put the attack heli as a command to buy inside the shop

we have tried so many commands

We do have the heli control plugin

    {
      "Enabled": true,
      "Title": "Commands",
      "Permission": "",
      "Sort Type": "None",
      "Items": [
        {
          "Type": "Command",
          "ID": 4354345,
          "Image": "https://i.imgur.com/ZNKvgG2.jpg",
          "Title": "Heli Fight",
          "Description": "",
          "Command (%steamid%)": "heli.calltome %steamid%",
          "Kit": "",
          "Plugin": {
            "Hook": "Withdraw",
            "Plugin Name": "Economics",
            "Amount": 1
          },
          "DisplayName (empty - default)": "",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 1.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 10
          },
          "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)": 0,
          "Max Sell Amount (0 - disable)": 0,
          "Force Buy": false,
          "Prohibit splitting item into stacks?": false
        },

Mevent

Posted

3 hours ago, SugarHunny said:

anyone willing to help? im trying to put the attack heli as a command to buy inside the shop

we have tried so many commands

We do have the heli control plugin

    {
      "Enabled": true,
      "Title": "Commands",
      "Permission": "",
      "Sort Type": "None",
      "Items": [
        {
          "Type": "Command",
          "ID": 4354345,
          "Image": "https://i.imgur.com/ZNKvgG2.jpg",
          "Title": "Heli Fight",
          "Description": "",
          "Command (%steamid%)": "heli.calltome %steamid%",
          "Kit": "",
          "Plugin": {
            "Hook": "Withdraw",
            "Plugin Name": "Economics",
            "Amount": 1
          },
          "DisplayName (empty - default)": "",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 1.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 10
          },
          "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)": 0,
          "Max Sell Amount (0 - disable)": 0,
          "Force Buy": false,
          "Prohibit splitting item into stacks?": false
        },

I would suggest using a plugin for this, like as https://umod.org/plugins/personal-heli

Mevent

Posted

On 1/25/2023 at 8:50 AM, Clay said:

Also, what is possible by using the "plugin" option at the top next to "item" and "command"? How does that function? I'd like to know what functionality has been included that I'm missing out on.

 

There you can use plugins hooks plugins, for example, to give a balance, or trigger some action

  • Moderator
Mals

Posted

The commands from my server as an example.  It can do so much!

      "Enabled": true,
      "Title": "Commands",
      "Permission": "",
      "Sort Type": "None",
      "Items": [
        {
          "Type": "Command",
          "ID": 9001,
          "Image": "https://i.imgur.com/O0cUUe4.png",
          "Title": "",
          "Description": "Air drops for everyone",
          "Command (%steamid%)": "ad.toplayer *|say Thanks %username% for the mass air drop!",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Air drops for everyone",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 15000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9002,
          "Image": "https://i.imgur.com/UIcaGqC.png",
          "Title": "",
          "Description": "Supply Signal for everyone",
          "Command (%steamid%)": "giveall supply.signal 1|say Thanks %username% for the supply signal!",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Supply Signal for everyone",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 15000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9003,
          "Image": "https://i.imgur.com/0NtUtmb.png",
          "Title": "",
          "Description": "Call Heli",
          "Command (%steamid%)": "callheli %steamid%|say Heli called by %username%. Please do not interfere with it.",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Call Heli",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 6000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9004,
          "Image": "https://i.imgur.com/1mAqz7m.png",
          "Title": "",
          "Description": "Call CH47",
          "Command (%steamid%)": "callch47 %steamid%|say CH47 called by %username%. Please do not interfere with it.",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Call CH47",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 5000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9005,
          "Image": "https://i.imgur.com/zSsYYNw.png",
          "Title": "",
          "Description": "Call Bradley",
          "Command (%steamid%)": "runevent bradley|say Bradley called by %username%. Please do not interfere with it.",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Call Bradley",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 6000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9007,
          "Image": "https://i.imgur.com/gD4CqHg.png",
          "Title": "",
          "Description": "Random surprise animals",
          "Command (%steamid%)": "SurprisePlayer %steamid%",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Random surprise animals",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 10000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9008,
          "Image": "https://i.imgur.com/swyRTQO.png",
          "Title": "",
          "Description": "Recycler, check your bag",
          "Command (%steamid%)": "giverecycler %steamid%",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Recycler, check bag",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 10000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9009,
          "Image": "https://i.imgur.com/cZ0ohsM.jpg",
          "Title": "",
          "Description": "Christmas",
          "Command (%steamid%)": "alphachristmas.refill|say thank you %username% Christmas for everyone.",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Christmas",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 5000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9010,
          "Image": "https://i.imgur.com/zzvGWi4.png",
          "Title": "",
          "Description": "Pookies for everyone",
          "Command (%steamid%)": "giveall pookie.bear 2|say thank you %username% for the Pookie bears.",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Pookies for everyone",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 5000.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        },
        {
          "Type": "Command",
          "ID": 9011,
          "Image": "https://i.imgur.com/zzvGWi4.png",
          "Title": "",
          "Description": "Pogo Stick",
          "Command (%steamid%)": "givepogo %steamid% default 1",
          "Kit": null,
          "Plugin": {
            "Hook": null,
            "Plugin Name": null,
            "Amount": 0
          },
          "DisplayName (empty - default)": "Pogo Stick",
          "ShortName": "",
          "Skin": 0,
          "Is Blueprint": false,
          "Amount": 1,
          "Price": 500.0,
          "Sell Price": 0.0,
          "Buy Cooldown (0 - disable)": 0.0,
          "Sell Cooldown (0 - disable)": 0.0,
          "Discount (%)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Sell Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "Buy Limits (0 - no limit)": {
            "shop.default": 0,
            "shop.vip": 0
          },
          "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
        }
      ]
    }
  ],

 

Island Chronicles

Posted

Is it possible to deposit an exchange course for the respective economics.

Example if ServerRewards has (1 Scrap/Rust Taler) => Economy (250 Scrap/Rustis), an item that costs 200 Scrap would cost 200 Rust Talers, which would cost 50,000 Scrap.

And/or

That you could store the currency (optional) for each category

CupsOhJoe

Posted

On 1/8/2023 at 8:17 PM, Clay said:

you use the shop.refill command and it auto fills in the values.. but make a backup first

How do run this command. I tried in Command in Console, Game F1 and get no response and does not fill.

  • Like 1
Maxg

Posted

Shop have any proccess payment or how i should connect to buy credits? thanks!

  • Moderator
Mals

Posted

5 hours ago, Maxg said:

Shop have any proccess payment or how i should connect to buy credits? thanks!

It uses these plugins for currency:

image.png.dbba717546eaf4a31408f1c3e034acca.png

You use them to process payments etc.

Mevent

Posted

15 hours ago, Maxg said:

Shop have any proccess payment or how i should connect to buy credits? thanks!

Hi! To use the plugin, you need either an economy plugin (for example: Economics, ServerRewards, BankSystem), or some kind of item (for example: scrap)

Mevent

Posted

On 2/26/2023 at 4:12 AM, CupsOhJoe said:

How do run this command. I tried in Command in Console, Game F1 and get no response and does not fill.

Can you show me how you used this command? And what response did you get

MaLai

Posted (edited)

I would really love to see a option, where I can set for each Item different currency. I know you can switch on top the currency but I would love to have different currency for some Items, so you can buy a table only with a skinned paper and a chair only with rp. Hope you are understanding what I mean. We are using RP and skinned Paper as currency. 

Would love to set a special Item only be purchasable by a custom currency like a skinned paper, not also for RP. Only for this skinned paper and the other Items for RP. A option for that would be great.

Edited by MaLai
Grecords

Posted

There are not enough filters for sorting goods, sorting by price, by type

Mevent

Posted

3 hours ago, Evgeniy Popov said:

There are not enough filters for sorting goods, sorting by price, by type

The Shop plugin has sorting by name, amount, price (increase/decrease). O.o

Vinni P.

Posted

is there a way to sell items with this shop plugin?

Billionaire

Posted

Yeah, that's the purpose of this plugin.

28 minutes ago, joseph reardon said:

is there a way to sell items with this shop plugin?

 

bradh79

Posted

why is it every time this updates everytrhing defaults back to being sellable its bloody annoying

Grecords

Posted

On 12.03.2023 at 15:17, Mevent said:

Плагин Магазин имеет сортировку по названию, количеству, цене (увеличение/уменьшение). Оо

I meant visually in the UI. It would also be nice to add the ability to add items from the inventory to the store, as is done in your Kits plugin.

nickw

Posted

Hey when i set up vending machine shop shop.setvm and use shop.setnpc on NPCs only vending will work and show the items the NPCs just goes blank. Is it not possible to have custom vending and NPC shop at once ?

Mevent

Posted

On 3/12/2023 at 5:09 PM, joseph reardon said:

is there a way to sell items with this shop plugin?

Yes, the plugin allows you to both buy items and sell them!

nickw

Posted (edited)

14 minutes ago, Mevent said:

Yes, the plugin allows you to both buy items and sell them!

No what I'm saying is I cant have NPC shop and Vending machine Shop..... Using both cancels out the NPC shop

edit : Wrong reply

Edited by nickw
copcopekcro

Posted

Hello ... One fast question . 
If i give players to buy permissions in shop ,something like "cheststack" they  grant that permission? will they lose that permission on wipe ? 

nickw

Posted

1 hour ago, copcopekcro said:

Hello ... One fast question . 
If i give players to buy permissions in shop ,something like "cheststack" they  grant that permission? will they lose that permission on wipe ? 

Delete the oxide permissions data file on wipe and it will reset it. And delete the shop data file 

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.