A Portals 2 Inspired Turret plugin for PMMP!
Most of the code here is by @CortexPE 😂
Usage:
- In Standalone Mode
- Place a Glowing Obsidian Block (/give glowing_obsidian)
- Tap / click it with Nether Star
- In API Mode
// Friends refer to Player Names the Turret will ignore- Without "friend-ed" player(s)
\iOTADevs\Turrets\Main::spawnTurret($Vector3Position, $levelObject, []);
- With "friend-ed" player(s)
\iOTADevs\Turrets\Main::spawnTurret($Vector3Position, $levelObject, ["CortexPE","Steve"]);