About 50 results
Open links in new tab
  1. Script API Reference Documentation | Microsoft Learn

    Script API Reference Documentation Landing page containing a high-level introduction of experimental Script APIs for Minecraft: Bedrock Edition.

  2. Scripting V2 Overview | Microsoft Learn

    Jul 17, 2025 · But the first thing to understand about Scripting API v2 is that it's not that different from Scripting v1 versions of Minecraft. Don't get us wrong: we're excited about the infrastructural …

  3. Introduction to Scripting in Minecraft - learn.microsoft.com

    Jul 17, 2025 · It's just a small task, but it demonstrates that we can make things happen automatically in Minecraft using a script. To get there, we're going to start with the Attack Cow behavior pack, add the …

  4. Next Steps: Scripting with TypeScript | Microsoft Learn

    Jul 17, 2025 · Check out Introduction to Scripting to learn the basics of creating a simple behavior pack using JavaScript fundamentals. Once you're comfortable with the JavaScript fundamentals and …

  5. Script Module Versioning | Microsoft Learn

    With stable APIs, Minecraft uses the rules of semantic versioning, which mean: Major version increments (for example, 2.3.0 -> 3.0.0) imply changes that break backwards-compatibility, …

  6. minecraft/server Module | Microsoft Learn

    Contains many types related to manipulating a Minecraft world, including entities, blocks, dimensions, and more.

  7. Scripting Custom Commands | Microsoft Learn

    Nov 4, 2025 · With scripting in Minecraft, you can implement your own custom commands. These commands have the full capability of scripting APIs and custom logic, allowing you to implement …

  8. Introducing Custom Components | Microsoft Learn

    Oct 22, 2025 · You can take advantage of composable and reuseable script functionality across blocks and items, while ensuring your scripts only run for the specific blocks and items they're intended to …

  9. minecraft/server.World Class | Microsoft Learn

    Jan 8, 2026 · A class that wraps the state of a world - a set of dimensions and the environment of Minecraft. Properties afterEvents read-only afterEvents: WorldAfterEvents; Contains a set of events …

  10. minecraft/server.WorldAfterEvents Class | Microsoft Learn

    Jan 8, 2026 · weatherChange read-only weatherChange: WeatherChangeAfterEventSignal; This event will be triggered when the weather changes within Minecraft. Type: WeatherChangeAfterEventSignal …