Beta
@minecraft/common (Optional in Manifest Details)
{
"module_name": "@minecraft/common",
"version": "1.0.0"
}
@minecraft/server (Required one of the following in Manifest Details)
{
"module_name": "@minecraft/server",
"version": "1.17.0"
}
{
"module_name": "@minecraft/server",
"version": "2.0.0"
}
Install type definition for @minecraft/server-admin
module using npm:
npm i @minecraft/server-admin@1.0.0-beta.1.21.90-preview.25
The data available before a player joins the world.
An error that is thrown when trying to interact with a join event and the player is disconnected.
This represents a placeholder object that represents a secret string. The contents of that string are not available to script; this object is just a placeholder.
A collection of server secrets defined in dedicated server configuration.
A collection of server variables defined in dedicated server configuration.
Contains types related to administering a Bedrock Dedicated Server. These types allow for the configuration of variables and secrets in JSON files in the Bedrock Dedicated Server folder. These types cannot be used on Minecraft clients or within Minecraft Realms.
Manifest Details