If you enter in a browser minecraft:// it will ask if you want to open Minecraft Bedrock.
Can better use be made for this? Maybe have something like this: minecraft://<function>?<value>
Some of the functions could be:
- makeNewWorld?<string name>
- openWorld?<string name>
- closeWorld?<string name>
- deleteWorld?<string name>
- addBehaviorPack?<string uuid> //requires openWorld or makeNewWorld as well; if requires resource pack, it will add it as well
- addResourcePack?<string uuid> //requires openWorld or makeNewWorld as well; if depended on, will remove dependents
- removeBehaviorPack?<string uuid> //requires openWorld or makeNewWorld as well; if requires resource pack, will remove it as well
- removeResourcePack?<string uuid> //requires openWorld or makeNewWorld as well; if depended on, will remove dependents
- setSettings?<Array settings> // Some settings could be multiplayer=true, experimentalGameplay=false, etc.
There can be many more functions that I can list, but this just scratches the surface. And to prevent misuse, it will ask the player if these functions are what they want to be ran.
0 Comments
Please sign in to leave a comment.
Post a new comment: