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!

86 Screenshots

  • 629.1k
  • 15.6k
  • 101.59 kB
  • Update details
    v2.4.12
    Released
    Download size101.59 kB
    Total versions123
    Time between versions 2 days
    Typical update pace About every 15 days
    Freshness 54 days ago

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



user_404

Posted

Hello, i have question ... it is possible for players to sell selected items/resources back to server over plugin ? 

MeventSupport

Posted

14 minutes ago, venda_vole said:

Hello, i have question ... it is possible for players to sell selected items/resources back to server over plugin ? 

Yes, of course 

  • Like 1
athlonclub

Posted

Hi, I would like to have a currency selection immediately when displaying an item, so that the selected item is sold, for example, only for ECO and the other for RP, at the moment I think this can only be done manually, but with a large assortment it is not convenient.

MeventSupport

Posted

23 hours ago, athlonclub said:

Hi, I would like to have a currency selection immediately when displaying an item, so that the selected item is sold, for example, only for ECO and the other for RP, at the moment I think this can only be done manually, but with a large assortment it is not convenient.

Thanks for the idea, we'll think about how we can implement it

  • Like 1
Hawkhill

Posted (edited)

Hi!
I bought this plugin not long ago and are currently doing some preparations before i replace my old shop plugin.
I have been using scrap as currency, but that has a big limitation when it comes to balancing the economy since its a physical item.
So im planning to use this plugin along with economy plugin.
In that matter.... I have a question.
Is it possible to sett the sell prize with decimals? For example 10,2 $ and maybe the shop plugin can round-off he total sum in basket on checkout ?
The reason why i ask about this  is cause i want players to earn the same amount of $ no matter what they plant and harvest in their farms.
You get alot more potatoes than pumpkins for example.

Edit: I just installed Economics plugin and there is 2 decimals there, so i assume i can define prizes with decimals also in shop plugin.

Edited by Hawkhill
MeventSupport

Posted

On 2/28/2026 at 9:53 AM, Hawkhill said:

Hi!
I bought this plugin not long ago and are currently doing some preparations before i replace my old shop plugin.
I have been using scrap as currency, but that has a big limitation when it comes to balancing the economy since its a physical item.
So im planning to use this plugin along with economy plugin.
In that matter.... I have a question.
Is it possible to sett the sell prize with decimals? For example 10,2 $ and maybe the shop plugin can round-off he total sum in basket on checkout ?
The reason why i ask about this  is cause i want players to earn the same amount of $ no matter what they plant and harvest in their farms.
You get alot more potatoes than pumpkins for example.

Edit: I just installed Economics plugin and there is 2 decimals there, so i assume i can define prizes with decimals also in shop plugin.

Hello! About formatting: you can configure this in the config:

 

  "Formatting Settings": {

    "Buy Price Format": "G",

    "Sell Price Format": "G",

    "Shopping Bag Cost Format": "G",

    "Balance Format": "G"

  },

  • Like 1
Hawkhill

Posted

Damn i love your shop plugin.
The old plugin was very clunky to use if you wanted to sell items back to the shop.
So i had to place multiple vendingmachines in outpost / supermarkets that let the players sell their stuff.
This is so much easier combined with economics plugin.
I have another question.
I now use Economy as a main currency for my shop.
Is there a way to sell other items that only accept RP as currency?
I see there are a button on top where you can swap between Server Rewards and Economics, but that changes the currency for the entire shop.
Have an idea that i want to have a shop with some unique items that you cant buy with the main currency, And you have to use for example RP or a special item to pay for it.

Bodak

Posted

Hey, is there a way to make purchases using console commands, so players can set keybinds to purchase an item without opening the ui?

  • Curator
Mevent

Posted

1 hour ago, Bodak said:

Hey, is there a way to make purchases using console commands, so players can set keybinds to purchase an item without opening the ui?

Hey! There's no direct console command for buying without the UI, but there's a partial workaround. If you set "Force Buy": true on specific items in the config, those items skip the cart and purchase instantly when clicked in the shop. Combined with the openshopUI console command (which players can bind), it at least speeds things up - open shop, click item, done. Still requires the UI though, so a true keybind-to-buy feature would need to be a new addition to the plugin.

  • Curator
Mevent

Posted

4 hours ago, Hawkhill said:

Damn i love your shop plugin.
The old plugin was very clunky to use if you wanted to sell items back to the shop.
So i had to place multiple vendingmachines in outpost / supermarkets that let the players sell their stuff.
This is so much easier combined with economics plugin.
I have another question.
I now use Economy as a main currency for my shop.
Is there a way to sell other items that only accept RP as currency?
I see there are a button on top where you can swap between Server Rewards and Economics, but that changes the currency for the entire shop.
Have an idea that i want to have a shop with some unique items that you cant buy with the main currency, And you have to use for example RP or a special item to pay for it.

Hey, glad you're loving the plugin! And yep, you can totally do this. Each item in the shop config has a "Currencies" section that lets you set per-item pricing for each economy. So for your unique items, you'd enable it and only add the RP economy (ID 1), leaving out Economics (ID 0). That way the item will only show up when a player has RP selected. Here's what it looks like in the config for an item:

"Currencies": {
  "Enabled": true,
  "Enabled currency for buying items (key - economy ID, if you use economy by default use 0)": {
    "1": {
      "Price": 500.0
    }
  },
  "Currency for selling items (key - economy ID, if you use economy by default use 0)": {
    "1": {
      "Price": 250.0
    }
  }
}

With this setup, the item only appears when the player switches to ServerRewards (RP) using that button at the top. So your main shop items would work with Economics as usual, and those special items would only be purchasable with RP. You can even set different prices per economy if you want an item available in both currencies.

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

Mevent's Collection

User Feedback

2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.7k

Files Sold

Total number of files sold.

3.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.