Skip to content

Instantly share code, notes, and snippets.

@lukeeey
Last active May 3, 2024 10:13
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeeey/8d0fd2c0b4a31d64cc9b47f6c1286330 to your computer and use it in GitHub Desktop.
Save lukeeey/8d0fd2c0b4a31d64cc9b47f6c1286330 to your computer and use it in GitHub Desktop.

Minecraft Launch Intents

Annoyingly, you can't click these links in this gist because github doesnt recognize them as actual valid links. You cant paste it into a browser address bar either, so create a bookmark with the link and then click that!

edu

Opens Minecraft in Edu Mode. This is the real Education Edition!

Link: minecraft:?edu=1

addExternalServer

Opens Minecraft and adds the specified server to the server list.

Link: minecraft:?addExternalServer=(Name)|(IP):(Port)
Example: minecraft:?addExternalServer=BrokenLens|play.brokenlens.xyz:19132

showStoreHomeScreen

Opens Minecraft and shows the store immediatly without showing the home screen.

Link: minecraft:?showStoreHomeScreen=1

showStoreOffer

Seems to be the same as showStoreHomeScreen.
Link: minecraft:?showStoreOffer=1

showMinecoinOffer

Seems to be the same as showStoreHomeScreen.
Link: minecraft:?showMinecoinOffer=1


Others

i'm not sure about these

  • import

  • fromtempfile

  • importtemplate

  • importaddon

  • importload

  • importpack

  • slashcommand

  • //acceptRealmInvite?inviteID=

@Hanprogramer
Copy link

Cool!

@tnt10128
Copy link

acceptRealmInvite joins a realm, and inviteID is the realm code.

@jefflima1
Copy link

Is there any way to add or server and already connect to it?

@lukeeey
Copy link
Author

lukeeey commented Jun 3, 2022

Is there any way to add or server and already connect to it?

nope, that would be a security risk

@Her0b1G
Copy link

Her0b1G commented Jul 24, 2023

``

@qwertykid
Copy link

You cant paste it into a browser address bar either,

works for me on opera gx

@lukeeey
Copy link
Author

lukeeey commented Nov 15, 2023

You cant paste it into a browser address bar either,

works for me on opera gx

back when i made this gist it wasn’t possible but these days it is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment