How to get and set effect for player? PocketMine-MP supports effects, right? I didn't find something about effects on docs.pocketmine.net
Use the Jenkins site for PocketMine docs instead. docs.pocketmine.net is only updated for stable/beta versions. Docs for effects: http://jenkins.pocketmine.net/job/P...d23/classpocketmine_1_1entity_1_1_effect.html BTW, I strongly recommend you to read the source code instead of the docs webpage. The source code shows much more useful information than the docs. For example, you can see which function calls which function in PocketMine internals. It is much more useful than reading the docs, where there are nothing except the function name and you can't even distinguish ServerScheduler::cancelTask and TaskHandler::cancel.