-
Posts
1,632 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
"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 },
-
Oh yeah got report like that. Will be fixed in next version probably tomorrow.
-
Changed Status from Pending to Closed
-
YOu had to set custom item name to "Low Grade Fuel" and iit's not recognizable by normal player, but through game it is, keep the custom name "" (empty)
-
Hey, not sure about what are you talking about. What meals?
-
it must be error from something different, as error is on placing, not pick up
-
idk where is the ganja config but i assume its in ganja plugin
-
cannot be caused by my plugin as it doesnt do anything electricity-related.
-
there is no real model for the ganja plugin but you jsut need to add another crafting entry to config which is something like that { "Crafting Display Name": "Worm", "Item Shortname": "worm", "Item Amount": 1, "Skin ID": 0, "Item Name": "", "Mixing Time": 2.0, "Default Display": true, "Require Shortname Blueprint": false, "Show Recipe Without Permission": true, "Required Permission": "custommixing.worm", "Mixing Time Permission Divider": {}, "Crafting Ingredients": [ { "Item Shortname": "horsedung", "Item Amount": 1, "Skin ID": 0, "Content Item": null }, { "Item Shortname": "waterjug", "Item Amount": 1, "Skin ID": 0, "Content Item": { "Item Shortname": "water", "Item Amount": 50, "Skin ID": 0, "Content Item": null } } ] }
-
Hey, don't know how can i help you, I do not modify any power usage of pump in my plugin, must be something different.
-
Plugin by it self seems to work. plugin doesnt create any custom recipes by itself, you need to manually write them in config. It wont create recipes for ganja as it doesnt know them.
-
you can just remove it fully from config or assign permission so it wont be visible for regular player.
-
there is no wipe cooldowns implemented, only wipe limits which limtis purchases per wipe
-
Changed Status from Pending to Closed
-
Hey, plugin currently supports only integeer values which cannot be changed rn as it would require full plugin rewrite. its planned feature soon when plugin will be rewriten but not in near future.
-
Hey, would need any more info, like how to reproduce the issue, any error, your config/data.
-
oh, idk why it copied like that, the first option should be "Deposit Item": { "Allow Withdraw": true, "Shortname": "scrap", "Skin": 0, "Icon URL (if skin not 0)": "", "Value": 1, "Display Name": "" }, idk why it doesnt copied correctly
-
you've probably have wrong shop assigned in config, your key isnt right. check for console warnings. Scrap should be automatically assigned as png if you made it correctly. I've tested these settings and they work for me, you must do something wrong.