Can anyone help me with the Particle Amplifier php code? I either need am example or a link to its location on the web
try taking a look at https://github.com/PocketMine/PocketMine-MP/tree/master/src/pocketmine/level/particle
Also, try a tini snippet off https://github.com/PocketMine/PocketMine-MP/blob/master/src/pocketmine/entity/Effect.php. Do not copy the code into your plugin, but use the code as an idea for what to do. thos counts for both links