Separate names with a comma.
Comments in 'Plugin Development' started by Tethered_, Nov 22, 2014.
Do I need to return a value (ex: true) at the end of event functions?
No. PocketMine ignores the return value. If you want to cancel an event, use $event->setCancelled().