-
Posts
1,379 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
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.
-
Will take a look at that. Make sure you use PREFAB name of rocket, not the ITEM name. you can get the prefab name by using spawn command.
-
Hi, "Deposit Item": { "Allow Withdraw": false, "Shortname": "", "Skin": 0, "Icon URL (if skin not 0)": "", "Value": 1, "Display Name": "" }, and 2 options "Can Deposit": true, "Count Deposit Item As Currency From Inventory": true,
-
Permission-based upgrades are planned feature
-
hey, i think you've cut your error, it's not an full error. Also pease try to enable debug in config so i'll have more info from the error.
-
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 },
-
have the same issue on my main server, from 2 force wipes. Will investigate what's wrong in the next days, wanted to do that before the force but unfortunately lack of the time sorry Do you also run on carbon, or it's oxide?