Jump to content

The item blacklist will automatically add

Pending 1.0.4

Takeshi
Takeshi

Posted

The item blacklist will automatically add
"scrap",
"rifle.ak"

and cannot be removed.

foxs72

Posted

same here. I want to only blacklist scrap, multiple "scrap" and "rifle.ak" are added on every restart. please fix.

Nubenegra

Posted

You can choose other items that aren't used and swap them out, so the scrap and rifle can be used without any issues. And the same goes for leaving just the scrap. At least that's how I solved it.

miniMe_rust

Posted

Hey there, the automatic addition of items can very easily be stopped. For that open the .cs file in a text editor and remove lines 40 and 41.

Before change:

            [JsonProperty("Blacklist of items")] public List<string> BlackListItem = new List<string>()
            {
                "scrap",
                "rifle.ak"
            };

After change:

            [JsonProperty("Blacklist of items")] public List<string> BlackListItem = new List<string>()
            {};

Save the file & reload the plugin. There will be no more additions of those items to the item blacklist.

1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.