DragonetMC / DragonProxy

🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
https://invite.gg/DragonetMC
GNU General Public License v3.0
990 stars 134 forks source link

TODO #132

Closed lukeeey closed 5 years ago

lukeeey commented 6 years ago

Just a few things to keep track of. Feel free to edit and add more.


Directory Refactor :

Entities :

Player :

World :

Bonus :

Feel free to create an issue with the point you want to talk about or work on.

HoverEpic commented 6 years ago

I'll take a look at this, this is a mojor dirrectory change and can't be quickly =)

lukeeey commented 6 years ago

It can be done very quickly with a PC. I'm the one that made the change when playing with maven modules but it messed up since i tried to make the modules depend on each other. Just move everything out of the proxy directory to the root, and make sure to overwrite the root pom.

HoverEpic commented 6 years ago

Please wait the next merge of indev =)

mikroskeem commented 6 years ago

Why not use Gradle though?

HoverEpic commented 6 years ago

Personally, i have a better knowledge of maven and my ide does not support fully gradle =P, so i prefer maven for projects.

lukeeey commented 6 years ago

I think we all prefer maven so we use maven

DefinitlyEvil commented 6 years ago

I don't like gradle either, maven FTW!

HoverEpic commented 6 years ago

@lukeeey https://github.com/DragonetMC/DragonProxy/commit/0c74358c913d5ba910bf86a09aa95eb3ceb16259 I have cleand all the mess in coding style and comments (not all my fault). I haven't made all files, i'll do them when i'll see problems.

HoverEpic commented 6 years ago

Done and merged.