Jump to content

Shop UI 1.2.64

$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

  • 151.4k
  • 6k
  • 42.28 kB

Recommended Comments



Katze

Posted

2 hours ago, David said:

Hit me up on discord and I will assist you

Send u a dm there, thank you

  • Like 1
Clockwurk

Posted

It requires a special version of WelcomePanel FYI or else it just comes up blank.

  • Like 1
Swedish Chef

Posted

is there a way to have some items available sometimes? like sometimes AKs are in stock.. sometimes not

  • Like 2
David

Posted

9 minutes ago, Swedish Chef said:

is there a way to have some items available sometimes? like sometimes AKs are in stock.. sometimes not

Been requested already but  its more complex thing tho. I will implement it eventually 

  • Like 1
Swedish Chef

Posted

2 hours ago, David said:

complex

yea i imagine.. i guess for now i could swap config files/reload plugin.. maybe automate it. 

i wish RaidableBases could have HumanNPCs, so its just a shop with certain stuff

very nice plugin though, thanks 🙂

  • Like 1
papi

Posted

I am trying to run a command but it doesn't do anything.  It shows and can be purchased but no mini

image.png.3336988ffd8e77f9e49ded814fdb23e8.png

image.png.34217c05f086e70fbf40eb26761b013a.png

  • Like 1
David

Posted

17 hours ago, strand said:

I am trying to run a command but it doesn't do anything.  It shows and can be purchased but no mini

image.png.34217c05f086e70fbf40eb26761b013a.png

this is how you should put command into category item list "cmd/x{65}" 

papi

Posted

4 hours ago, David said:

this is how you should put command into category item list "cmd/x{65}" 

awesome thanks David

image.png.bba5a589056c9ad44b795dfec537d3e9.png

  • Like 1
Katze

Posted

Hey, would it be possible to make cooldowns work on „command-items“ as well? Thankeww 🙂

  • Like 1
papi

Posted

David is it possible to chain multiple commands together?

image.png.f655df8787c8062507370de017a9e545.png

  image.png.ddf40baac4b8c8715a56e14808daa908.png

  • Like 1
David

Posted (edited)

On 4/4/2022 at 3:54 AM, Katze said:

Hey, would it be possible to make cooldowns work on „command-items“ as well? Thankeww 🙂

Cooldowns for commands works in latest version. 

 

9 hours ago, strand said:

David is it possible to chain multiple commands together?

image.png.f655df8787c8062507370de017a9e545.png

Don't want to make people change their configs for this change.

You can always create your own console command which includes all your other commands.
Paste this into any plugin.

//mycustomcommand $player.id

[ConsoleCommand("mycustomcommand")]
private void mycustomcommand_1(ConsoleSystem.Arg arg)
{   
    //args
    var args = arg.Args;
    if (args.Length != 1) return;

    //prevent player usage
    var player = arg?.Player();
    if (player != null) return;

    //find target
    var target = BasePlayer.FindByID(Convert.ToUInt64(args[0]));
      if (target == null) { Puts("player not found");
      return; }

    //rcon commands to execute
    Server.Command($"audio.message send {target.userID} register");
    Server.Command($"radstorm start");
    Server.Command($"notify.player {target.displayName} 0 Purchased a Radstorm");
}


 

Edited by David
  • Love 1
papi

Posted

David would you be able to move the Sale sign bottom left so it doesn't block the display name?

image.thumb.png.8fa5d8d2a819c67d56d9896faeee4308.png

  • Like 1
David

Posted

On 4/10/2022 at 12:40 AM, strand said:

David would you be able to move the Sale sign bottom left so it doesn't block the display name?

Problem is that my shop was not designed to show item names, I will have to figure out something.

Swedish Chef

Posted

11 minutes ago, David said:

figure out something

yea the sale sign does look like it belongs top left.

the 'strikeout old price' is a nice touch, maybe move the sale down around there?

  • Like 1
Yaki

Posted

On 3/8/2022 at 9:19 AM, Venedas said:

Really cool plugin. Would it be possible to have the following added.

1. Transfer RP menu - allow players to transfer their currency to other players

2. Show names on item (aka for commands and such at least) (edited)

3. Log of all transactions to file

4. Ability to sell item for two different currencies (example scrap or server reward points)

Thanks!

I would also really like to see the option to transfer rp to another player 🙂 log of transactions would be nice, but not the end of the world if not.

  • Like 1
TomHud

Posted (edited)

I made 2 new commands and they are not showing in the shop

I checked config is no option to turn commands off/on

 

What am i missing

 

Figured it out in end - David helped me on Discord.

 

 

Edited by TomHud
  • Like 1
TomHud

Posted

why no decimal point allowed ??

 

"wood": {
    "DisplayName": "default",
    "Skin": 0,
    "Image": "wood.png",
    "DefaultAmount": 1,
    "BlockAmountChange": false,
    "BuyPrice": 50,
    "SellPrice": 1,
    "Currency": "eco"

 

to sell wood for 1 seems cheap until you understand they can sell thousands at once

i wanted to change it to 0.20 but it wont allow it

  • Like 2
David

Posted (edited)

58 minutes ago, TomHud said:

why no decimal point allowed ?

Because ingame items does not support decimal as well as server rewards. If you want sell 1000 wood for 50eco, just put default amount 1000 but price per unit can't go lower than 1

Edited by David
Rust Admin

Posted

Great plugin, a lot of potential to replace my current shop plugin.

In my opinion, these features would be ideal:

- for selling resources, decimals need to be available (5x, 15x servers that allow resources to be sold cannot go higher than 9999 x 1)
- amount box should have more than 4 characters (9999 is the current max allowed value)
- 'sell all' button for each item (maybe only resources?) 
- if you set the "» Pre-fill sell amount based on player's inventory" to true, the value cannot be modified - please fix.

Great plugin - so much better than any other shop out there....just need to make some minor tweaks for me to replace it.
 

  • Like 1
Batenka

Posted

add the ability to convert rp to eco to and vice versa (there is such a function in ServerRewards)

  • Like 1
Batenka

Posted (edited)

- sorry, lags

Edited by Batenka
  • Like 1
Batenka

Posted (edited)

-

Edited by Batenka
  • Like 1
Batenka

Posted (edited)

-

Edited by Batenka
  • Like 1
Delltus

Posted (edited)

 

En plus du nom, je pense que beaucoup d'utilisateurs de votre plugin seraient d'accord avec moi qui serait génial d'ajouter une description configurable pour chaque élément pour décrire, par exemple, une action d'une commande ou un élément spécial

Exemple de partie ajouter un bouton d'information bleu qui lance une pop up avec la description ou sur le bouton d'achat

https://gyazo.com/d1f6484a6af2329dc09507e862c5067c

Edited by Delltus
  • Like 1
Rust Admin

Posted

Need a 'sell all' button - especially if there is a 4 character limit in the field.

  • Like 3

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

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.