Jump to content

13 Screenshots

  • 45.2k
  • 787
  • 481.47 kB

Recommended Comments



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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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

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

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

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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

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?
 

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

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

Link to comment
Share on other sites

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.

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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.