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