Jump to content

Shop UI 1.2.61

$32.99
   (31 reviews)
Message added by David,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

8 Screenshots

  • 144.9k
  • 5.5k
  • 43.43 kB

Recommended Comments



3 hours ago, james420time said:

is there something i can do to set all my currency the same without having to manually do it to each item

I use "find and replace" in my text editor (Ctrl+F for most). Use the find and replace option and fill it out like this

 

image.png.cf3d9d727246da3241eafb2cdf9e8564.png

 

That will change everything at the same time. 

  • Like 1
Link to comment
Share on other sites
12 hours ago, james420time said:

i cant find a global option in there i know how to do it item by item just figured there would spot for that

The currency is set on each individual item in the file in the data folder for the plugin, there is no global currency option because you can have sell the same item multiple time.

this is all literally on the description tab including how to change the currency.

Edited by Xyberviri
Link to comment
Share on other sites
On 9/15/2022 at 12:24 AM, gena said:

 

can i create my own category?
is my custom list in Russian?

indeed

Link to comment
Share on other sites

Hi!

Can I solve it so that raid bases can be bought without money?
Because the raid bases plugin deducts the amount from the start.

Link to comment
Share on other sites
7 hours ago, Viktorvill said:

Hi!

Can I solve it so that raid bases can be bought without money?
Because the raid bases plugin deducts the amount from the start.

Raidable bases description
Do not put this plugin in your store/shop. It simply is not designed to work with it. There are far too many cooldowns to make this idea plausible, and the plugin cannot function properly without them. Using /buyraid will open a UI designed specifically for this issue.

  • Like 1
Link to comment
Share on other sites
19 hours ago, Viktorvill said:

Hi!

Is it possible to give 200 rp for 200 scrap?

yes you can sell command for scrap which gives you RP 

  • Like 1
Link to comment
Share on other sites

Hi! How can I add a column of categories to the store UI for sales permission commands, do I need to copy the code to create the categories? Commands.json. I should add it, but how can I show it in the store?🤣Sorry I'm a rookie, I'm from China, no Discord account

Link to comment
Share on other sites
On 10/4/2022 at 12:31 PM, Viktorvill said:

Can I use custom icons other than the built-in ones?

You can link any image url.


 

On 10/19/2022 at 9:02 PM, Yuki said:

do you have an eta when we will get an update which supports Discord logging ?

Yeah, I've done it for customers in my discord already.


 

15 hours ago, Au said:

Hi! How can I add a column of categories to the store UI for sales permission commands, do I need to copy the code to create the categories? Commands.json. I should add it, but how can I show it in the store?🤣Sorry I'm a rookie, I'm from China, no Discord account

send me DM and I can assists you

Link to comment
Share on other sites

 

9 hours ago, David said:

You can link any image url.


 

Yeah, I've done it for customers in my discord already.


 

send me DM and I can assists you

could you send me an invite to your discord server, discord is throwing an error message when i try to join it

Screenshot_20221021-234426.jpg

Edited by Yuki
Link to comment
Share on other sites

David, I sent you a private message, why didn't you reply to me, how can I add the permission to the store to sell it by category? I am a Chinese user, I have no discord channel to contact you!

Link to comment
Share on other sites
1 hour ago, Au said:

how can I add the permission to the store to sell it by category? 

Here is an example of how i do it. 

This is from my Commands.json file.  I created the command and named it "2KXP"

  "2KXP": {
    "DisplayName": "2000 XP",
    "ShowDisplayName": true,
    "Image": "https://i.ibb.co/CwdF4dh/2000XP.png",
    "Message": "You just bought 2000 XP",
    "Command": "givexp {playername} 2000",
    "BuyPrice": 500,
    "Currency": "paper"
  },

 

Then in the Categories.json file, I added it to the category using "command/" syntax. You can see below that i added the 2KXP command to the category as well as all the other commands I created. 

Like this:

Categories.json

  "Buy_Items": {
    "Image": "https://i.ibb.co/rQGnfFr/dollaricon.png",
    "Permission": null,
    "Sale": 0.0,
    "Items": [
      "command/2KXP",
      "command/antidose",
      "command/methmoon",
      "command/glauncher",
      "command/greengloves",
      "command/skillreset"
 ]
},     

 

  • Like 3
Link to comment
Share on other sites
11 minutes ago, Zoreeno said:

这是我如何做的一个例子。 

这是来自我的Commands.json文件。我创建了命令并将其命名为“ 2KXP

   
     
     
     
     
     
     
     
  

 

然后在Categories.json文件中,我使用“command/”语法将它添加到类别中。您可以在下面看到我将 2KXP 命令以及我创建的所有其他命令添加到类别中。 

像这样:

Categories.json

   
     
    
     
     
      
      
      
      
      
      
 
     

 

Thank you very much for your teaching Can you share your file with me? Commands.json

Link to comment
Share on other sites
7 hours ago, Au said:

David, I sent you a private message, why didn't you reply to me

You sent me private message in chinese, that's why.

Link to comment
Share on other sites
On 10/21/2022 at 2:42 PM, Yuki said:

could you send me an invite to your discord server, discord is throwing an error message when i try to join it

Try again same link.

Link to comment
Share on other sites
3 minutes ago, David said:

你用中文给我发了私信,这就是原因。

Sorry, my English is not very good, I use Google Translate to communicate with you, I have got it, but how to make the project display the name! The player has no idea what he bought!

qq_pic_merged_1666529143476.jpg

Link to comment
Share on other sites
35 minutes ago, Au said:

Sorry, my English is not very good, I use Google Translate to communicate with you, I have got it, but how to make the project display the name! The player has no idea what he bought!

qq_pic_merged_1666529143476.jpg

name display is only for commands, if it is one use  "DisplayName": "name of item" in the file Commands.json

Edited by Yuki
  • Love 1
Link to comment
Share on other sites

Thank you, I got it done, there is only one question left, please take a look at the private message

Link to comment
Share on other sites

I'm likely not the first person to ask this... is it possible to add an option for labels to the shop items? For example, if I want to give players the ability to purchase the blue and the orange jumpsuit, both look the same in shop and it's hard to tell them apart (unless I go hunting for custom images).

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

David's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

97.5k

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.