Live data from Hacker News

Writing a Minecraft server from scratch in Bash (2022)

sdomi.pl

11–20 of 56 posts

Re: Writing a Minecraft server from scratch in Bash (2022)

#11

Just wondering, but is writing custom servers for commercial games still a thing?

I think it will always be a thing for those who play games & like to dabble with tech, either to fix a bug, learn a language, or just see how the sausage is made.

Re: Writing a Minecraft server from scratch in Bash (2022)

#12
post #5

Now this is a proper hacker site. This is great.

[flagged]

Weird, the older I get the better that font is for me. I wonder if that's because of nostalgia as all of the terminals at that age looked like this.

Re: Writing a Minecraft server from scratch in Bash (2022)

#14

Just wondering, but is writing custom servers for commercial games still a thing?

For Minecraft, very much so. Minecraft, especially the Java version, is in a comparatively odd place in that it receives significant free content updates AND officially supports running any historical version AND has an extremely vibrant modding community.

Minecraft (Java) is as much of a game engine for others to build on as it is a game itself.

Re: Writing a Minecraft server from scratch in Bash (2022)

#18

Just wondering, but is writing custom servers for commercial games still a thing?

For Minecraft, very much so. Minecraft, especially the Java version, is in a comparatively odd place in that it receives significant free content updates AND officially supports running any historical version AND has an extremely vibrant modding community. Minecraft (Java) is as much of a game engine for others to build on as it is a game itself.

The four great game engines: Unreal, Unity, Minecraft and Godot.

I don’t think Minecraft is number four on the list. It might be number two.

Re: Writing a Minecraft server from scratch in Bash (2022)

#19

Just wondering, but is writing custom servers for commercial games still a thing?

For Minecraft, very much so. Minecraft, especially the Java version, is in a comparatively odd place in that it receives significant free content updates AND officially supports running any historical version AND has an extremely vibrant modding community. Minecraft (Java) is as much of a game engine for others to build on as it is a game itself.

This is because in addition to being the most sold video game of all time, minecraft is effectively open source. It's not literally open source, but you can decompile java bytecode with standard tooling, and symbols are available, either community-reversed, or official.
Post reply on HN