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



7 minutes ago, eov-dev said:

I have manually edit the Shop.json config file to add limits and cooldowns as I haven't found how to do that with the in game UI. I've also changed the order of some items. I have not edit any of the data json files however.

I've checked all my json files on jsonlint.com and they are all valid.

I've just tested the shop again : when I purchase an item with a cooldown/limit, I can see the cooldown in the shop UI however the data files are not updated automatically. Only when I o.reload Shop can I see the edits in the data cooldown and limit files. No idea if this is intended or how the plugin saves data but I figured it might help find the problem ? (I have the logging to file set to true)

Link to comment
Share on other sites

Hi , i just bought the plugin and i tryed to make kit directly byable from the shop , i've seen that you put the code for it but i can't  figure out where in the plugin code i should paste , i tryed to use and compare the code you linked up but there is no similarity between the code i have in the plugin while running the serv and the one you uploded, so i'm kind of lost of where and how i can make kit buyable from the shop buy player.

 

thanks

Link to comment
Share on other sites

I am using both Scrap and RP on my server. I would like to only show certain items when RP is selected and certain items when Scrap is selected. Currently the same item shows for both scrap and RP currency.

Link to comment
Share on other sites

Hello, I have some ideas for an plugin that greatly interests me. I'd like to share my ideas, as I might consider purchasing this plugin in the future. That's what I'm looking for.

Customizable Tax System:

It would be interesting to add a feature that allows setting specific taxes for each item or a global tax based on the total purchase amount. For example, a $100 tax for purchases under $1000 and $50 for purchases between $1000 and $2000. This would provide users with greater flexibility in managing taxes.

Drone Delivery with Tax Calculation:

Introducing drone delivery, including tax calculation, could be an intriguing idea. You could also consider differentiated delivery times, such as 5 minutes for standard players and 2 minutes for VIPs, based on their permissions. Additionally, the option to purchase items exclusively available through this delivery mode could enhance the user experience.

Multi-Currency Support:

Integrating support for multiple currencies, whether for virtual currency, commodities ("scrap"), or conventional currency ("paper"), can make your platform more accessible and user-friendly for an international audience. Ensure you have a robust infrastructure to manage exchange rates and perform real-time currency conversions.

Link to comment
Share on other sites
On 9/3/2023 at 1:50 AM, Delltus said:

Hello, I have some ideas for an plugin that greatly interests me. I'd like to share my ideas, as I might consider purchasing this plugin in the future. That's what I'm looking for.

Customizable Tax System:

It would be interesting to add a feature that allows setting specific taxes for each item or a global tax based on the total purchase amount. For example, a $100 tax for purchases under $1000 and $50 for purchases between $1000 and $2000. This would provide users with greater flexibility in managing taxes.

Drone Delivery with Tax Calculation:

Introducing drone delivery, including tax calculation, could be an intriguing idea. You could also consider differentiated delivery times, such as 5 minutes for standard players and 2 minutes for VIPs, based on their permissions. Additionally, the option to purchase items exclusively available through this delivery mode could enhance the user experience.

Multi-Currency Support:

Integrating support for multiple currencies, whether for virtual currency, commodities ("scrap"), or conventional currency ("paper"), can make your platform more accessible and user-friendly for an international audience. Ensure you have a robust infrastructure to manage exchange rates and perform real-time currency conversions.

Hi! Thank you for your great ideas! I’ll absolutely add to the ToDo list! 

  • Love 1
Link to comment
Share on other sites

You allow this plugin to work with notify but did not add a  notify number "Work with Notify?": true," "1": { "Background Color": { "HEX": "#000000", "Opacity (0 - 100)": 98.0 }, "Enable Gradient?": true, "Gradient Color": { "HEX": "#FF6060", "Opacity (0 - 100)": 35.0

Link to comment
Share on other sites
On 9/25/2023 at 1:25 PM, humboldt.scott420 said:

You allow this plugin to work with notify but did not add a  notify number "Work with Notify?": true," "1": { "Background Color": { "HEX": "#000000", "Opacity (0 - 100)": 98.0 }, "Enable Gradient?": true, "Gradient Color": { "HEX": "#FF6060", "Opacity (0 - 100)": 35.0

Hi! The Shop plugin uses different categories of notifications, and their configuration is carried out in the Notify plugin itself

Link to comment
Share on other sites

Question, if I use this plugin with ServerRewards, how do I disable the shop that comes with ServerRewards to only use this one? 

Link to comment
Share on other sites
24 minutes ago, Adam93 said:

Question, if I use this plugin with ServerRewards, how do I disable the shop that comes with ServerRewards to only use this one? 

I would suggest just changing the command from "s" to something unknown like "abcd12345" in the ServerRewards config

Link to comment
Share on other sites
On 10/13/2023 at 7:27 PM, Stark said:

Would this work with GUI Announcements from Umod?

Hi! Right now it doesn't, but we may add it. Right now the plugin works with Notify  

Link to comment
Share on other sites
19 hours ago, blackeagles1989 said:

Hey, how can i get the shop to sell both an item and a plugin command with one purchase?

Hi! Do you need to give him a regular item? Or a custom one with a skin?

Link to comment
Share on other sites

just a regular item. supply.signal along with the command /airstrike signal strike which will allow the player to use the signal as an airstrike 🙂

Link to comment
Share on other sites
20 hours ago, blackeagles1989 said:

just a regular item. supply.signal along with the command /airstrike signal strike which will allow the player to use the signal as an airstrike 🙂

As one way, you can simply use two commands at once (via the "|" separator), to do this you need to:
1. Set "Type" to "Command": 
"Type": "Command",
2. Specify two commands through the separator:
 "Command (%steamid%)": "giveto %steamid% supply.signal|airstrike call strike %username%",

Link to comment
Share on other sites

Does anyone by chance know what dimensions images should be to look consistent with vanilla item icons?

Link to comment
Share on other sites
6 hours ago, Trenyc said:

Does anyone by chance know what dimensions images should be to look consistent with vanilla item icons?

They are usually 512x512, but any square image can be used

  • Like 1
Link to comment
Share on other sites
2 hours ago, MeventSupport said:

They are usually 512x512, but any square image can be used

Groovy thank you!

Edited by Trenyc
Link to comment
Share on other sites

When using a Command based shop item, is it possible to configure multiple commands? I'd like to use one command to perform an action in another plugin, then run second and third commands to add and remove permissions.

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

When using a Command based shop item, is it possible to configure multiple commands? I'd like to use one command to perform an action in another plugin, then run second and third commands to add and remove permissions.

Yes, it is necessary to write commands with "|". For example: "cmd1|cmd2|cmd3".

  • Love 1
Link to comment
Share on other sites
19 hours ago, MeventSupport said:

Yes, it is necessary to write commands with "|". For example: "cmd1|cmd2|cmd3".

Great thank you!

Link to comment
Share on other sites
1 hour ago, forlandoo said:

Can other players sell things to other players through the shop?

No. What you want sounds more like an auction house. Try looking for that.

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.