We have come full circle #applets Twenty years ago running java in the browser would have just been called "using the internet"
Browsercraft: Java Minecraft in the browser
11–20 of 107 posts
Re: Browsercraft: Java Minecraft in the browser
#12Playing Minecraft without Microsoft account? That doesn't look safe.
Re: Browsercraft: Java Minecraft in the browser
#13Huh, is Minecraft Java edition free now? I haven't played in a long time but I thought when you download the regular client you only get to play after signing in with an account that purchased the game, how is this thing just starting the game directly?
Re: Browsercraft: Java Minecraft in the browser
#14Re: Browsercraft: Java Minecraft in the browser
#15Huh, is Minecraft Java edition free now? I haven't played in a long time but I thought when you download the regular client you only get to play after signing in with an account that purchased the game, how is this thing just starting the game directly?
You could always play Minecraft without an account. But you can't join most servers that enable authentication checks
Re: Browsercraft: Java Minecraft in the browser
#16Huh, is Minecraft Java edition free now? I haven't played in a long time but I thought when you download the regular client you only get to play after signing in with an account that purchased the game, how is this thing just starting the game directly?
Nope, this is piracy. Which you may or may not consider a bad thing, but there will be lawyers in this person's future.
It's literally just downloading the client from https://piston-data.mojang.com/v1/objects/4a2fac7504182a97dc... where mojang makes it publicly available.
It's an older version so it's not linked on their website anymore, but you can find the same download link on the wiki: https://minecraft.wiki/w/Java_Edition_1.2.5
What makes you think they will have "lawyers in their future"?
Re: Browsercraft: Java Minecraft in the browser
#17Earlier quoted context omitted.
Yep, the original Minecraft ran in the browser in a Java applet so this is particularly fun example. Though obviously there are significant security benefits to the JVM running within the browser's WASM sandbox instead of directly on the host.
> there are significant security benefits to the JVM running within the browser's WASM sandbox instead of directly on the host. The JVM originally also had the goal of providing a security boundary, and even had a relatively complicated permissions/security model enforced via call stack inspection. That security model was ultimately too complicated for developers to work with, but I don't think the sandbox itself was…
Re: Browsercraft: Java Minecraft in the browser
#18Re: Browsercraft: Java Minecraft in the browser
#19Earlier quoted context omitted.
Why?
It's safe for the player, unsafe for the one hosting it, who risks prison time.
Re: Browsercraft: Java Minecraft in the browser
#20Huh, is Minecraft Java edition free now? I haven't played in a long time but I thought when you download the regular client you only get to play after signing in with an account that purchased the game, how is this thing just starting the game directly?