Whitelist instead of Blacklist?Fixed

Just a question, is there a way to remove the "Blacklist" section and put in a "whitelist" so if the only tools I want to hit the X are the jackhammer and chainsaw, only those two can be added instead of blacklisting the entire tool catagory?

Hello! yeah I can make it in new plugin Update. Just give me few days

That's amazing man. Thank you!

Not to nag, but following up seeing how the "WhiteList" addition is coming along.

Hi! Sorry for the delay, I just didnt had opportunity to test it. Finally Im home, need few hours to test it and it will be uploaded. Anyway just a reminder that I have a discord: as_notchu

Merged post

Hi! SO here is an example that will work for you. However jackhammer will always hit weak spots because its default game settings

 

```

{
"Automatically gather X Markers": true,
"Automatically gather Ore Weak spots": true,
"BlackList - false, whitelist - true": true,
"BlackList(false)": [
],
"Whitelist(true)": [
"chainsaw.entity",
"jackhammer.entity",
],
"ignore blacklist during period": true,
"period start hour": 19,
"period end hour": 10
}

 

```

You are amazing, thank you for getting this implemented!!

Merged post

I just tested this ingame and every tool is still hitting the weakspot (I only want the chainsaw and jackhammer to do it, all time). I pasted the code that you have shown above, saved the file, reloaded the plugin. But it keeps reverting back to a blank...ish template. Any thoughts? The top code below is how I save it, the bottom code is what it changes to.

My Code:

{
"Automatically gather X Markers": true,
"Automatically gather Ore Weak spots": true,
"BlackList - false, whitelist - true": true,
"BlackList(false)": [
],
"Whitelist(true)": [
"chainsaw.entity",
"jackhammer.entity",
],
"ignore blacklist during period": false,
"period start hour": 0,
"period end hour": 23
}


Reverted Code:

{
  "Automatically gather X Markers": true,
  "Automatically gather Ore Weak spots": true,
  "BlackList": [],
  "always hit weak point during period": true,
  "period start hour": 0,
  "period end hour": 23
}

 

 



Merged post

Side Note: I just sent a friend request via Discord :)
Locked automatically