Jump to content
Message added by ThePitereq,

CarbonAliases Extension is required only if your server runs on Oxide with ShoppyStock version 2.0 or higher!

Addon isn't required on Carbon servers and on 1.x version!

17 Screenshots

  • 72.4k
  • 2.1k
  • 117.36 kB

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

Recommended Comments



TeaGuy Jordan

Posted

Is there a way to add the option in the shop to add a timer before you can buy an item?

For example you cannot purchase said item until X amount of days have passed into wipe. and also be able to only purchase X amount

ThePitereq

Posted

On 5/15/2024 at 11:30 PM, TeaGuy Jordan said:

Is there a way to add the option in the shop to add a timer before you can buy an item?

For example you cannot purchase said item until X amount of days have passed into wipe. and also be able to only purchase X amount

there is no wipe-cooldown but it's cool thing and can be added to my to-do list. Max purchases is available right now.

  • Love 1
TeaGuy Jordan

Posted

12 hours ago, ThePitereq said:

there is no wipe-cooldown but it's cool thing and can be added to my to-do list. Max purchases is available right now.

yep I know that is a thing which is nice to have a daily / wipe limit

so for example

Would like the ability for a certain item to not be purchasable until 3-4 days into the wipe schehdule

  • Like 1
7SINS7

Posted

Anyone want to sell a config for this? There is just not enough time in the world to configure all this, great plugin just lacking on the config and should have a default one for scrap tbh.

  • Like 2
TomHud

Posted

i bought this and dont even use it now 

I agree with u is to hard or time consuming to work it out

ThePitereq

Posted

On 5/24/2024 at 2:02 AM, rustmmopve said:

 

I am really struggling to get this set up for players can sell these items to the server. I have added this in the config but I have no idea how to set up each item as I am so confused, can you help please @ThePitereq

rp.json 6.81 kB ・ 3 downloads

After first setup there might be lack of the data, as prices are updated on certain time, try running updateprices <shopName> tio update prices, as config seems okay.

On 5/26/2024 at 12:52 AM, 7SINS7 said:

Anyone want to sell a config for this? There is just not enough time in the world to configure all this, great plugin just lacking on the config and should have a default one for scrap tbh.

I tihnk it would be doable to do some preview config with some pre-set values.

7SINS7

Posted

1 hour ago, ThePitereq said:

After first setup there might be lack of the data, as prices are updated on certain time, try running updateprices <shopName> tio update prices, as config seems okay.

I tihnk it would be doable to do some preview config with some pre-set values.

Would love to see this.

ThePitereq

Posted

14 hours ago, rustmmopve said:

@ThePitereq   Thank you. I have a small issue that you could help me with I am trying to set prices but they all end up like the screenshot. I can't get a whole number, the amount always end in 99. So in the screenshot I want to set the price to 300rp.image.png.dbac02c2684c84a7db62e7ab5fabc7c3.pngimage.png.92dd9a8721fabc055163e360f5de119f.png

 

Seems to be issue with Math.Floor function.
Will update method to different type in next version so it should fix this issue.

GooberGrape

Posted

how do I make it send a chat message when some one buys a item?

ThePitereq

Posted

2 hours ago, GooberGrape said:

how do I make it send a chat message when some one buys a item?

There is no message on chat, but tthere is an pop-up message that can be configured, you need PopUpAPI for this.

GooberGrape

Posted

12 minutes ago, ThePitereq said:

There is no message on chat, but tthere is an pop-up message that can be configured, you need PopUpAPI for this.

trying to do something like this so they can see what command to use to spawn the heli

 

 "MyMini": {
    "DisplayName": "MyMini",
    "Image": "https://rustlabs.com/img/screenshots/minicopter.png",
    "Message": "Spawn a mini by typing /mymini in chat.",
    "Command": "oxide.usergroup add {steamid} MyMini",

ThePitereq

Posted

16 hours ago, GooberGrape said:

trying to do something like this so they can see what command to use to spawn the heli

 

 "MyMini": {
    "DisplayName": "MyMini",
    "Image": "https://rustlabs.com/img/screenshots/minicopter.png",
    "Message": "Spawn a mini by typing /mymini in chat.",
    "Command": "oxide.usergroup add {steamid} MyMini",

it doesn't seems like my plugin

GooberGrape

Posted

17 minutes ago, ThePitereq said:

it doesn't seems like my plugin

its a example from Shopui 

cant you add something like this?

  "Message": "Spawn a mini by typing /mymini in chat.",

ThePitereq

Posted

40 minutes ago, GooberGrape said:

its a example from Shopui 

cant you add something like this?

  "Message": "Spawn a mini by typing /mymini in chat.",

In each shop offer you have Show Description Field if you enable it you have text field in the offer when you open it.

7SINS7

Posted

Any update on this?

On 5/28/2024 at 4:40 PM, ThePitereq said:

After first setup there might be lack of the data, as prices are updated on certain time, try running updateprices <shopName> tio update prices, as config seems okay.

I tihnk it would be doable to do some preview config with some pre-set values.

 

ThePitereq

Posted

1 hour ago, 7SINS7 said:

Any update on this?

 

Unfortunately not yet, maybe i'll find some time this week to do that.

ThePitereq

Posted

On 8/1/2024 at 5:42 AM, rustmmopve said:

@ThePitereqis it possible to add permission for players to buy in the shop, so for example i want players to pay a certain amount of RP to buy access to virtual quarries. If possible could you tell me how to set this up please.

you can just add command listing that will grant perm and hide the offer if already purchased, some example:

 

      "permoffer-0": {
        "Command (if set, ignore item)": [
          "c.grant user {userId} virtualquarries.permission"
        ],
        "Shortname": "",
        "Skin ID": 645674342,
        "Amount": 1,
        "Item Name": "",
        "Display Name": "Some Quarry Perm",
        "Is Blueprint": false,
        "Icon URL (if skin not 0)": "YOU NEED TO ADD SOME CUSTOM URL ICON",
        "Price": 100000,
        "Price Per Purchase Multiplier": 1.0,
        "Multiply Price Per Daily (true) Or Per Wipe (false) Purchases": true,
        "Show Description Field": false,
        "Discount Permission (value)": {},
        "Required Permission": "",
        "Display Blacklist Permission": "virtualquarries.permission",
        "Daily Buy Max": 0,
        "Wipe Buy Max": 1,
        "Cooldown Between Purchases (in seconds, 0 to disable)": 0
      },

 

  • Love 1
ThePitereq

Posted

17 hours ago, rustmmopve said:

this works thanks, i do have 1 MORE question, how do i set it so players who are non vip can't upgrade their quarries, because my vip can upgrade to level 5 which is double the output. But for non vip i just want it so they can't upgrade, could you help with this 1 please.

 

I assume you are talking about Virtual Quarries, there is currently no option to limit it to the players with permission, but can be implemented in the future.

ProjektEU

Posted

Good day, is there a way to set the price on the server for the sale of the Wood and stone item to /sell in the plugin, thank you very much

ThePitereq

Posted

3 hours ago, Sonny said:

Good day, is there a way to set the price on the server for the sale of the Wood and stone item to /sell in the plugin, thank you very much

you need to add them in data/ShoppyStock/StockMarket/Config/<shopName>.json

TopPheasant

Posted

Hello! i am looking to add these items for sale for my server to have a way to make money in the stock market but am unsure how to do this, do you have any insight?

image.png

TopPheasant

Posted

like how do i createa server sell offer

 

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 2
  • Love 9

ThePitereq's Collection

User Feedback

2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

138.6k

Files Sold

Total number of files sold.

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