-
Posts
1,998 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ThePitereq
-
- 28 comments
-
- #discord
- #discordbot
- (and 14 more)
-
Plugin that adds support for images in UI. Carbon have that built-in, but oxide doesn't https://umod.org/plugins/image-library
-
Hey, you need to use commands from plugin. I'm not sure what commands your raidable bases plugin use, and you replace the fields with ShoppyStock supported replacement fields: Shop Items - Commands Supports few types of dynamic variables in commands: {userId} → buyer’s Steam ID {userName} → buyer’s nickname {userPosX}, {userPosY}, {userPosZ} → buyer’s coordinates
-
Hey. Do you have ImageLibrary installed?
-
Possible Pump Bug – Fresh Water Turns Into Salt Water
ThePitereq replied to Kobani's Support Report in Support
Oh, thats why i've got some reports about that and i had no clue why it happens Will add option to config to replace it with RELOAD button in next version. -
Players arent able to obtain items from Market
ThePitereq replied to Rust Admin's Support Report in Support
And it still sells? Can you plrease give me your stock market config and your basic one please? -
Error because of Discord Booster role
ThePitereq replied to LimitedGlove's Support Report in Support
Hey, make sure that highest role of the discord bot is higher than discord booster role and bot have permission to give roles. -
Error while trying to Playe the Submersible Pump
ThePitereq replied to whazza83's Support Report in Support
Hey, it must be something from your language files, check for any '\B' in your language files as error is sent only if certain language is set by player, maybe its english so checkinh lang file should fix the issue. -
Error while compiling CustomMixing
ThePitereq replied to BritishKingEdward's Support Report in Support
Hey, check if your server is up-to-date. Or your CarbonAliases are pretty old, make sure you've updated the .dll not just plugin, if you just updated plugin you need to run update command - it's prompted on the console when the plugin starts. -
Can add wipe command in next version.
-
Players arent able to obtain items from Market
ThePitereq replied to Rust Admin's Support Report in Support
Is there any error in console? Weird that it stops on that item and doesnt sell more, and it doesnt print any error in console. -
Hey! Sure, can add something like that in next update.
- 1 reply
-
- 1
-
-
Players arent able to obtain items from Market
ThePitereq replied to Rust Admin's Support Report in Support
Hey, they should go to redeem storage. Make sure you have correct storages in both plugins, In ShoppyStock you have set shop, that exists in RedeemStorageAPI confirguration -
You need to unload plugi nfirst to clear the data, then remove and load the plugin.
-
added an item to shop getting error codes
ThePitereq replied to khimari1256's Support Report in Support
Hey, you can't create listing keys with spaces, it searches for listing "advanced" because "large" is another argument, replace spaces with - or something like that. -
YOu have to reboot the server with new DLL to make it work. Check for console for errors. If it contains (MissingMethodException: Method not found: void Network.NetWrite.BytesWithSize(byte[],bool)) it means that carbon aliases are still not updated.
-
Hey! Update Carbon Aliases.
-
Make sure you give recycler valid skinId from your recycler plugin. You can add more items in /data/ShoppyStock/Shops/Configs/<shopName>.json or through adminMenu
-
I can help you on discord, but can't make whole config by myself. Each config is server-dependant and i don't knoiw your server economy, plugins etc. but i will be happy to help you if youi need any help.
-
Hey! Excavator in VirtualQuarries 2.5 and below doesn't support supply drops. On 2.6 which is not released yet i've added support for supply drops. Sorry for long reply, hard week.
-
Hey! Quarry Tick is for virtual quarries, Static Quarry Tick is for the static ones and excavator Quarry Tick for excavator.
-
Hey, yes it's not an easy plugin as it have very wide configuration and almost everything can be changed. If you need any help with any configuration section feel free to hit me up on discord, i can respond you a lot faster than on the website.
-
hey! In the /data/ShoppyStock/StockMarkets/Configs/<stockName>.json in the "Server Sell Items (shortname : [ skinId : ItemConfig ])" you jsut need to add: "scrap": { "0": { "Default Sell Amount Calculation (DSAC) (Read On Website)": 90000, "Price - Min": 0.056, "Price - Max": 0.28, "Price Parent - Shortname (ignore, if empty)": "", "Price Parent - Skin ID": 0, "Price Parent - Min Boost": 0.0, "Price Parent - Max Boost": 0.0, "Minimal Sell Amount": 1, "Max Daily Sell Amount (-1, to disable)": -1, "Max Daily Sell Amount Permissions (permission: limit)": {}, "Allow Re-Purchase From Server": true, "Override Skinned Items As Unskinned (works only for configuration of skinId 0)": false } }, set the values as you need them.