<?php
interface IPluggable
{
public function onServerStarted();
public function onInit(PluginContext $context);
public function onSync();
}