Replaced gasexplosion effect
Molotov cocktails can only be stacked on other molotov cocktails Ensure when splitting a stack the new item retains correct name and skin ID Item name changed to "Molotov Cocktail" when picked up or spawned
Reworked plugin Molotov's are determined by item skin ID
The config has changed! See below for info regarding the changes you need to make! Moved the auto-disable after 1st use to a config option Config - 1 line C#: { "AmountToSpawn": 4.0, "DisableAfterFirstUse": true, // Add this line here "ExplodeRadius": 3.0, "FireDuration": 15.0 }
{ "AmountToSpawn": 4.0, "DisableAfterFirstUse": true, // Add this line here "ExplodeRadius": 3.0, "FireDuration": 15.0 }
Fixed collisions