Plugin data folders are now no longer created by default.

This commit is contained in:
sk89q
2011-01-15 00:34:01 -08:00
parent c944fa35af
commit fc63e38ea2
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ import org.bukkit.util.config.Configuration;
*/
public interface Plugin {
/**
* Returns the folder that the plugin data's files are located in.
* Returns the folder that the plugin data's files are located in. The
* folder may not yet exist.
*
* @return
*/