Added additional information to Plugin::getDataFolder()

This commit is contained in:
PEMapModder 2015-10-06 20:32:33 +08:00
parent cbef0e25a1
commit ae9a3dbd81

View File

@ -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();