Provide feedback related to crafting, combat, enchanting, and general gameplay. Do not post bugs, support issues, or lists of random ideas. Please search!

3

Port The Minecraft Server Jar To C++

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    There are several reasons why this is a bad idea. The main reason is the huge community that is build on the modularity of Minecraft being a java application. Java is just way easier to work with when it comes to custom modifications. You can see this just by looking at communities like Forge or Spigot. Having the minecraft server ported to C++ would destroy thousands of modifications and probably millions of manhours that several communities put into the game. Also C++ is not "way faster" per se. The latest JVM is capable of matching the performance of C++ after a bit of runtime and some JIT compilation in some places.