Hey,
Looking for a modifier for need resources for crafting. I know itemconfig can do it but I dislike these big config file and the updates all version.
I just need it for 4 items.
Ty
Rust Item modifier
Discussion in 'Plugin Requests' started by CHR, May 19, 2015.
-
Noone?
Maybe People dont know why im asking for it so i explain my idea. And maybe then someone thinks it is usefull.
If u run a high gather rate u will get Problems with spamms like barricades signs etc. To stop this i want to modify some specifig items like the wooden barricade. I just take the Default values of the recipe and multiply it with the gatherrate. This would stop the spam. I know i can do it with itemconfig but we go a so big config file, i would Need hours and it would be in conflict with the stacksizes i already use.
Comeone we Need to split that plugin. Ty -
I need something like this as well...
-
Hey CHR you can get "ItemConfig" plugin and change it the config settings like this.
Code:{ "amountToCreate": 1.0, "defaultBlueprint": true, "ingredients": [ { "amount": 300.0, "shortname": "wood" }, { "amount": 50.0, "shortname": "cloth" } ], "isResearchable": true, "rarity": 5.0, "targetItem": "ladder.wooden.wall", "time": 0.0, "userCraftable": true },
-
". I know itemconfig can do it but I dislike these big config file and the updates all version. " -
-
But why not just use ItemConig ?
I don't think someone is going to go out of their way to make a plugin for something that literally already exists and works.