Script Libraries
Native Modules
Script modules that are built into Minecraft and can be used with the minepicker use
command. View their official documentation by clicking on them.
- Common@minecraft/common
General APIs used elsewhere in other native modules.
- Debug Utilities@minecraft/debug-utilities
APIs for debugging Minecraft content.
- Diagnostics@minecraft/diagnostics
APIs for discovering and diagnosing issues with content.
- Server@minecraft/server
APIs for manipulating a Minecraft world, including entities, blocks and more.
- Server Admin@minecraft/server-admin
APIs for the configuration of variables and secrets in JSON files.
- Server Editor@minecraft/server-editor
APIs for the configuration of the experience within the Minecraft Editor.
- Server GameTest@minecraft/server-gametest
APIs for scaffolding and testing content experiences in Minecraft.
- Server Net@minecraft/server-net
APIs for executing HTTP-based requests and managing server network activity.
- Server UI@minecraft/server-ui
APIs for expressing simple dialog-based user experiences.