Adds 1.14.4 support, tested on paper build 209, in offline mode with default settings (20 bots, 127.0.0.1, 25565). Tested with binary compiled using openjdk 11.2 on windows 10 home.
The protocolwrapper for 1.14 doesn't have the redundant constructors the other versions have, as the super constructors those other versions use seem to have been removed, and I don't see a need to find a replacement due to the current state of this project.
Also, just a reminder if this gets merged, make sure to update the repository description to 1.14 instead of 1.12.
Adds 1.14.4 support, tested on paper build 209, in offline mode with default settings (20 bots, 127.0.0.1, 25565). Tested with binary compiled using openjdk 11.2 on windows 10 home.
The protocolwrapper for 1.14 doesn't have the redundant constructors the other versions have, as the super constructors those other versions use seem to have been removed, and I don't see a need to find a replacement due to the current state of this project.
Also, just a reminder if this gets merged, make sure to update the repository description to
1.14
instead of1.12
.