sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
157 stars 65 forks source link

refactor: Changed lists and maps to use the base classes List, Map. #253

Closed Kariaro closed 3 years ago

Kariaro commented 3 years ago

Trying to understand all the gitkraken stuff is kinda hard but I think I'm managing it.

I didn't touch any file inside the core/api/registry folder because I'm a bit unsure if those files will get deleted or not.

Kariaro commented 3 years ago

You need to help me setup this plugin so I can check if the code does exactly like I want it to. Otherwise it might be hard to debug if I wrote code that doesn't work.

Files.copy(inputStream, Paths.get(outFile.toURI()), StandardCopyOption.REPLACE_EXISTING); This code should do the same as the code below it inside core/data/DataStorage.java but I have no way to validate if it works right now. I want to make sure that the things I write does exactly what I think it does.