Jump to content

13 Screenshots

  • 49k
  • 980
  • 498.63 kB

Recommended Comments



ThePitereq

Posted

On 9/23/2023 at 10:46 AM, BeePssY said:

hello?

any update on eta on this`?

Hey, sorry. I think i'll manage to add it this week.

  • Love 1
BeePssY

Posted

On 9/24/2023 at 8:42 PM, ThePitereq said:

Hey, sorry. I think i'll manage to add it this week.

Any update on this?

BeePssY

Posted

On 9/24/2023 at 8:42 PM, ThePitereq said:

Hey, sorry. I think i'll manage to add it this week.

bump

Pengoo

Posted

Is it possible to set the items displayed in the shop to be randomized?
It would be great if we could also set the number of items to randomize and the time intervals for changing the assortment.
I want to give players the excitement of browsing the shop.

RICK

Posted

I hope that the purchase function of server orders can be added so that I can simulate the stock gameplay.

ThePitereq

Posted

On 1/26/2024 at 7:19 PM, norikazu said:

Is it possible to set the items displayed in the shop to be randomized?
It would be great if we could also set the number of items to randomize and the time intervals for changing the assortment.
I want to give players the excitement of browsing the shop.

Currently there is no randomization, but it's really nice idea. Can make something like that later on.

17 hours ago, RICK said:

I hope that the purchase function of server orders can be added so that I can simulate the stock gameplay.

This can be also added as an percentage of current price. Not rn as it would require space in UI which is not present in current version. But i'll add it to my to do list

RICK

Posted

13 hours ago, ThePitereq said:

Currently there is no randomization, but it's really nice idea. Can make something like that later on.

This can be also added as an percentage of current price. Not rn as it would require space in UI which is not present in current version. But i'll add it to my to do list

that's what i mean

BlaserGlobe

Posted

is there any way to 'buy' commands? I'm trying to make it that you can buy name colours

ThePitereq

Posted

On 2/3/2024 at 4:30 PM, BlaserGlobe said:

is there any way to 'buy' commands? I'm trying to make it that you can buy name colours

Yes, you can add commands to be sold. Here is an example:

      "unbreakabletools-0": {
        "Command (if set, ignore item)": [
          "c.grant user {userId} neverwear.tools",
          "servermessage 2 '{userName}'"
        ],
        "Shortname": "",
        "Skin ID": 645763,
        "Amount": 1,
        "Item Name": "",
        "Display Name": "Unbreakable Tools [Permanent]",
        "Is Blueprint": false,
        "Icon URL (if skin not 0)": "someUrl",
        "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": "neverwear.tools",
        "Daily Buy Max": 0,
        "Wipe Buy Max": 0,
        "Cooldown Between Purchases (in seconds, 0 to disable)": 0
      }


Its an item in shop listings in /data/ShoppyStock/Shops/<myShop>.json

GooberGrape

Posted

Can this be added to Welcomepanel?

ThePitereq

Posted

On 3/4/2024 at 2:31 PM, GooberGrape said:

Can this be added to Welcomepanel?

I have some little  experience with welcome panel but i don't think that it can be added without development knowledge + it will be scalled wrong way.

dan owen

Posted

am struggling with this to the point am wanting to ask for a refund, you don't happen to have a config set up with all the in-game items already on do you? i mean for the price it doesn't seem like a big ask

ThePitereq

Posted

8 hours ago, dan owen said:

am struggling with this to the point am wanting to ask for a refund, you don't happen to have a config set up with all the in-game items already on do you? i mean for the price it doesn't seem like a big ask

If you enable in config option to generate all default items it will generate it for you.

RICK

Posted

I have not been able to understand the price rise and fall of the item sold, if I set the price to 1000-4000, the price will only jump around 1100, never reaching 2000 or even 3000

ThePitereq

Posted

18 hours ago, RICK said:

I have not been able to understand the price rise and fall of the item sold, if I set the price to 1000-4000, the price will only jump around 1100, never reaching 2000 or even 3000

it depends on your price calculator. everything is described on plugin page.

Grecords

Posted

Is it possible to implement a marketplace in the plugin so that players can list their items for sale, indicate the price of each item, and other players can buy these items? Something similar like here

Omega

Posted (edited)

On 4/1/2024 at 4:00 AM, Grecords said:

Is it possible to implement a marketplace in the plugin so that players can list their items for sale, indicate the price of each item, and other players can buy these items? Something similar like here

This function is given. /list
And btw. you have to install Redeem Storage API for the "shopping basket".

Edited by Omega
  • Like 1
MaLai

Posted

I already looked in inside the config but Im not sure. So Im asking now ^^.

We only want to use the Shop System (RP and Custom Item). We don't want that player can put Items inside the Shop to sell them to other players and/or that they can creates "wanted" offers for Items.

Is it possible do deactivate these two things and only use the Shop as Server Shop?
 

ThePitereq

Posted

On 5/3/2024 at 11:41 PM, MaLai said:

I already looked in inside the config but Im not sure. So Im asking now ^^.

We only want to use the Shop System (RP and Custom Item). We don't want that player can put Items inside the Shop to sell them to other players and/or that they can creates "wanted" offers for Items.

Is it possible do deactivate these two things and only use the Shop as Server Shop?
 

Stock Market can be disabled in config in their section. Then only shop will work.

MaLai

Posted

5 hours ago, ThePitereq said:

Stock Market can be disabled in config in their section. Then only shop will work.

Thanks. We already bought it 🙂

Bad Cop

Posted

Can someone give me a TL;DR on how this works in terms of player to player trades?

Essentially looking for something that will allow players to list an items on a market, to trade for other items.  Needs to support custom skins/displayname in both directions.

 

This seems to have a lot of functionality, but player to player ebay type market is the only one i really care about.

ThePitereq

Posted

16 minutes ago, Bad Cop said:

Can someone give me a TL;DR on how this works in terms of player to player trades?

Essentially looking for something that will allow players to list an items on a market, to trade for other items.  Needs to support custom skins/displayname in both directions.

 

This seems to have a lot of functionality, but player to player ebay type market is the only one i really care about.

hey, plugin doesn't support item for item trades, it's only item for currency and currency for item, it's not like vending machine. It fully supports custom items tho.

rustmmopve

Posted

is there a command to sell rp to players, i can do this with economics but not sure with rp

ThePitereq

Posted

2 hours ago, rustmmopve said:

is there a command to sell rp to players, i can do this with economics but not sure with rp

theoritically you can run curr <currencyName> give <userId> <amount>

rustmmopve

Posted

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

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.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.7k

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.