Separate names with a comma.
Can you give an example please? I can't... ; public function onHit(ProjectileLaunchEvent $event){ $entity = $event->getEntity(); if($entity...
:/, i I'm use EntityMoveEvent, but code don't work
You do not understand, I want to do when flying Particle ProjectileLaunch spawn 1 particle
Code is not work, help please public function onMove(EntityMoveEvent $event){ $entity = $event->getEntity(); if($entity instanceof Snowball){ $x =...
Help please! Error: syntax error, unexpected ';' File: /BAG/src/FoxLife/BAG Line: 80 Type: E_PARSE THIS CRASH WAS CAUSED BY A PLUGIN Code: [71]...
Hello! How to spawn items to coordinates?
Please help me :c My code not work public function KillRewards(PlayerDeathEvent $event){ $player = $event->getPlayer(); switch(mt_rand(0,3){ case 1:...
Help please! How to add particles to projectiles?
How do I find a block that fell on the snow?