Alcatraz_Du submitted a new plugin: SurvivalFly - Now player can fly in survival mode Read more about this plugin...
PHP: public function fly(Player $player, Vector3 $v3) { $pk = new SetEntityMotionPacket(); $pk = [[0, $v3->x, $v3->y, $v3->z]]; $player->dataPacket($pk); } These lines look wrong.
I installed this plugin but how do I set the fly option, not sure what it means to set allow flight = on
Very fun plugin but an upgrade to php7 and new api is a must. I run latest version of itx Genisys and although i get not errors and the plugin is loaded, it doesnt work. i hold item 288 feather and cant fly and dont get any message whatsoever. can i follow this plugin on github? it doesnt seem to exist??? please fix