mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
@ -355,6 +355,13 @@ abstract class PluginBase implements Plugin, CommandExecutor{
|
|||||||
return $this->description->getFullName();
|
return $this->description->getFullName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function getFile() : string{
|
||||||
|
return $this->file;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return PluginLoader
|
* @return PluginLoader
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user