I found that MyPlotPlayerEnterPlotEvent is only be called from player moving (PlayerMoveEvent) but teleporting (EntityTeleportEvent)
So i add that event into Eventlistener.php and from these 2 events,me calling one private function onEnterPlotCheck() like the onEventOnBlock() one
Changes
-Add onPlayerTeleport(),onEnterPlotCheck() into EventListener.php
-Change code inside onPlayerMove() function
Introduction
I found that MyPlotPlayerEnterPlotEvent is only be called from player moving (PlayerMoveEvent) but teleporting (EntityTeleportEvent) So i add that event into Eventlistener.php and from these 2 events,me calling one private function onEnterPlotCheck() like the onEventOnBlock() one
Changes
-Add onPlayerTeleport(),onEnterPlotCheck() into EventListener.php -Change code inside onPlayerMove() function
Tests
Tested