#Folders Creation
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
So I know that you can do File folder = new File(this.getDataFolder(), "worlds"); folder.mkdirs(); to make a folder in the main folder of the plugin, but how would you make a folder inside of that folder?