You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path the config files is hard-coded, and since my plugins folder lives elsewhere (craftbukkit folder is write-protected), it fails to create a config file unless I add a symlink.
Please use org.bukkit.Plugin.getDataFolder() to identify your plugin's correct data folder.
The text was updated successfully, but these errors were encountered:
The path the config files is hard-coded, and since my plugins folder lives elsewhere (craftbukkit folder is write-protected), it fails to create a config file unless I add a symlink.
Please use org.bukkit.Plugin.getDataFolder() to identify your plugin's correct data folder.
The text was updated successfully, but these errors were encountered: