The `.' operator cannot be applied to operand of type `IPlayerItemDefinition'Fixed

ItemSkinRandomizer - Failed to compile: ItemSkinRandomizer.cs(150,81): error CS0023: The `.' operator cannot be applied to operand of type `IPlayerItemDefinition'

This will automatically be fixed in the next Oxide update.

As a temporary fix, you can comment out this line:
//if (def.skins2 != null) skins.AddRange(def.skins2.Select(x => (int) x.WorkshopId));​

The plugin maintainer has also applied this in the current version, though undoing that change would be necessary for the next Oxide update.

5e13a8d5b2bc5.jpg Wulf
This will automatically be fixed in the next Oxide update.

As a temporary fix, you can comment out this line:
//if (def.skins2 != null) skins.AddRange(def.skins2.Select(x => (int) x.WorkshopId));​

The plugin maintainer has also applied this in the current version, though undoing that change would be necessary for the next Oxide update.

Can you describe what needs to be done in more detail? What exactly should this line look like?

doubleEB

Can you describe what needs to be done in more detail? What exactly should this line look like?

Find the line mentioned above, add the // in front of it, done. You can also just update to the latest version of the plugin.

thank you friend

Locked automatically