Jump to content

13 Screenshots

Recommended Comments



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.

rustmmopve

Posted

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

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
      },

 

rustmmopve

Posted (edited)

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.

 

Edited by rustmmopve
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.

rustmmopve

Posted

Yes virtual quarries. And ok I guess I will wait for an update

Sonny

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

 

TopPheasant

Posted

this is all i get when going to stock market config files

 

 

image.png

ThePitereq

Posted

On 9/9/2024 at 6:53 PM, TopPheasant said:

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

You need to add sell listing in your data/ShoppyStock/StockMarket/Config/<stockName>.json in Server Sell Items

  • Love 1
TopPheasant

Posted

How could i setup the shop to sell a command such as like buying nighttime

 

ThePitereq

Posted

7 hours ago, TopPheasant said:

How could i setup the shop to sell a command such as like buying nighttime

 

Just in commands section assign an command that will set night tim, not sure what command you use.

TopPheasant

Posted

im sorry could you explain more on what you mean? where can i find this to add it in the file? im unsure how to add it in game?

 

 

ThePitereq

Posted

On 9/21/2024 at 12:18 PM, TopPheasant said:

im sorry could you explain more on what you mean? where can i find this to add it in the file? im unsure how to add it in game?

 

 


      "nightcommand-0": {
        "Command (if set, ignore item)": [
          "env.time 0",
        ],
        "Shortname": "",
        "Skin ID": 645763,
        "Amount": 1,
        "Item Name": "",
        "Display Name": "Make Night",
        "Is Blueprint": false,
        "Icon URL (if skin not 0)": "<some icon needed>",
        "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": "",
        "Daily Buy Max": 0,
        "Wipe Buy Max": 0,
        "Cooldown Between Purchases (in seconds, 0 to disable)": 0
      },

 

Collapse

Posted

Hello, how i can delete single item from stock market list?

ThePitereq

Posted

23 hours ago, Collapse said:

Hello, how i can delete single item from stock market list?

you mean hide item definition from display on list?
In main config you just add shortname record in Stock Market - Ignored Shortnames

  • Love 1

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.9k

Customers

Total customers served.

102.3k

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.