Jump to content

13 Screenshots

  • 45.2k
  • 787
  • 481.47 kB

Recommended Comments



On 5/11/2024 at 5:51 PM, rustmmopve said:

would you be able to show me how this would look in the config as I have no idea how to type this out xD

      "give500rp-0": {
        "Command (if set, ignore item)": [
          "curr rp give {userId} 500",
        ],
        "Shortname": "",
        "Skin ID": 645763,
        "Amount": 1,
        "Item Name": "",
        "Display Name": "500 RP Transfer",
        "Is Blueprint": false,
        "Icon URL (if skin not 0)": "you need to put some icon url here",
        "Price": 10000,
        "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": "",
        "Daily Buy Max": 0,
        "Wipe Buy Max": 0,
        "Cooldown Between Purchases (in seconds, 0 to disable)": 0
      },

 

Link to comment
Share on other sites

The rp transfer doesn't work. It takes my economics but doesn't give my RP

Edited by rustmmopve
Link to comment
Share on other sites
14 hours ago, rustmmopve said:

The rp transfer doesn't work. It takes my economics but doesn't give my RP

Make sure the rp is valid shop name, i've placed it as example but not sure if it's your currency key name, but it should work.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

yeah rp is valid but not sure what i am doing wrong as i am new to the plugin

Link to comment
Share on other sites
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
Link to comment
Share on other sites
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
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

i bought this and dont even use it now 

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

Link to comment
Share on other sites
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.

Link to comment
Share on other sites
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.

Link to comment
Share on other sites

@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

 

Edited by rustmmopve
Link to comment
Share on other sites
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.

Link to comment
Share on other sites
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.

Link to comment
Share on other sites
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",

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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.",

Link to comment
Share on other sites
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.

Link to comment
Share on other sites

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.

 

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 1
  • Love 6

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

96.6k

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.