0
submitted 5 months ago by [email protected] to c/[email protected]
top 9 comments
sorted by: hot top controversial new old
[-] [email protected] 1 points 5 months ago

I missed the word "server" every time and thought it was a client, and spent far too long trying to figure out how you'd play Minecraft in Bash. Text based? ASCII graphics?

[-] [email protected] 0 points 5 months ago
What does not work
...
capitalism (IRL; I wouldn't want to try implementing it here)

I actually lol'd

And I gotta ask, what insanity drives someone to implement a minecraft server in bash...?

[-] [email protected] 1 points 5 months ago

Regular insanity.

[-] [email protected] 0 points 5 months ago

How much work is making a Minecraft server from scratch? What things need to be implemented? I saw on the GitHub that placing and destroying blocks was implemented, so I’m guessing it’s a lot of work

[-] [email protected] 0 points 5 months ago* (last edited 5 months ago)

One of the most common Minecraft server implementations called Paper MC consists of 321k lines of code (mostly Java and a little bit of Kotlin).

[-] [email protected] 1 points 5 months ago

To my knowledge Paper, Spigot etc are 'just' patching the official server decompiled source.

See here https://github.com/PaperMC/mache

[-] [email protected] 0 points 5 months ago

Its somewhat intriguing to me. I always thought companies would obfuscate their code so that nobody can just reverse engineer their product. Does mojang not do it or is it not possible to keep people from decompiling it?

[-] [email protected] 1 points 5 months ago

One of the things about Java is that it is stupidly easy to decompile back into java source code.

Obfuscation can make it harder to do but not impossible. There are also performance and licensing implications too.

What it would REALLY hinder is mod development, which is where a huge amount of it's diehard fanbase is, not to mention advertising via let's plays comes from. There's only so much material you can make out of simply building blocks, and the mod scene helps keep Minecraft relevant in Let's Plays and streaming.

The mod scene has been incredibly instrumental in keeping Minecraft as a whole relevant. Most footage and screenshots you tend to see today usually has a mod applied that you can see in the footage. Ever seen Minecraft with realistic lighting? That's a mod. Seen those weird survival challenges? Also done by mods.

If that dies off, Minecraft's word of mouth and relevancy dies with it. And from that, so do the console versions.

[-] [email protected] 1 points 5 months ago

Mojang/Microsoft actually releases obfuscation maps for Minecraft: Java since 2019. This maps the decompiled random class names to the official variable/class names used by Mojang devs.

In an effort to help make modding the game easier, we have decided to publish our game obfuscation maps with all future releases of the game, starting today. This means that anyone who is interested may deobfuscate the game and find their way around the code without needing to spend a few months figuring out what’s what. It is our hope that mod authors and mod framework authors use these files to augment their updating processes that they have today. These mappings will always be available, instantly and immediately as part of every newly released version. This does not, however, change the existing restrictions on what you may or may not do with our game code or assets. The links to the obfuscation mappings are included as part of the version manifest json, and may be automatically pulled for any given version.

https://www.minecraft.net/en-us/article/minecraft-snapshot-19w36a

As others have said, Java is pretty easy to decompile, so there were community maintained obfuscation maps before (huge amount of work).

this post was submitted on 19 Jan 2024
0 points (NaN% liked)

Open Source

28908 readers
330 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS