mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
Merge pull request #3564 from PEMapModder/patch-11
Added additional information to Plugin::getDataFolder()
This commit is contained in:
commit
ef0f74bbd8
@ -54,7 +54,8 @@ interface Plugin extends CommandExecutor{
|
||||
public function isDisabled();
|
||||
|
||||
/**
|
||||
* Gets the plugin's data folder to save files and configuration
|
||||
* Gets the plugin's data folder to save files and configuration.
|
||||
* This directory name has a trailing slash.
|
||||
*/
|
||||
public function getDataFolder();
|
||||
|
||||
@ -111,4 +112,4 @@ interface Plugin extends CommandExecutor{
|
||||
*/
|
||||
public function getPluginLoader();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user