Motor bikes do decaySolved

Motor bikes decay in building privilege though vehicledecayprotection.nodecay.allvehicles true

Building privilege is not related to permission. It says this clearly in the docs.

I think I do understand what you mean.
What would I have to set to make sure motor bikes do not decay in building privilege and only in building privilege?

"Modular Car": {
      "Allow the plugin to influence decay": true,
      "Decay multiplier while inside": 0.0,
      "Decay multiplier near tool cupboard": 0.0,
      "Protect from decay after recent use (minutes)": 10.0,
      "Decay interval (seconds)": 60.0

What you have is correct: "Decay multiplier near tool cupboard": 0.0,

Now I get what the problem is. :D
Motorbikes are by default set to

"Decay multiplier near tool cupboard": 1.0

I just couldnt remember that we have to set this to zero by ourselves everytime a new vehicle is added.

Yes, when I add new vehicles to the plugin, I make them follow vanilla behavior by default so that there's no accidental change on your side by consuming the plugin update. I could theoretically make a section of the config where you can specify defaults for new vehicles, but they aren't added that often, just a few times a year, so not sure how valuable that will be.

Locked automatically