Rust Item modifier

Discussion in 'Plugin Requests' started by CHR, May 19, 2015.

  1. CHR

    CHR

    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
     
  2. CHR

    CHR

    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
     
  3. I need something like this as well...
     
  4. 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
        },
    
     
  5. He clearly said
    ". I know itemconfig can do it but I dislike these big config file and the updates all version. "
     
  6. Whoops! You're right, he did.. I was replying on my phone because I had remembered this post. I probably should of re-read that.. my mistake.
     
  7. 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.