Jump to content

13 Screenshots

  • 45.2k
  • 787
  • 481.47 kB

Recommended Comments



1 hour ago, 7SINS7 said:

Any update on this?

 

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

Link to comment
Share on other sites

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

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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?

 

 

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

 

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.