Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vscode Bedrock Development Extension | 58 | 15 days ago | 3 | bsd-3-clause | JSON | |||||
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition. | ||||||||||
Mc Nbtdoc | 44 | 5 days ago | other | Python | ||||||
Machine and human readable documentation for all of Minecraft's in game NBT data, written in the format described by https://github.com/Yurihaia/nbtdoc-rs | ||||||||||
Minecraft Bedrock Json Schemas | 31 | 15 days ago | 6 | bsd-3-clause | JSON | |||||
The JSON validation schema files for Minecraft bedrock | ||||||||||
Vscode Mcjson | 2 | 5 years ago | 2 | mit | ||||||
An extension to bring Minecraft json validation to VSCode |
An extension that provides support for files such as: .mcfunction
, .json
and .lang
. Features include: completion, validations, formatters, diagnostics,
code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition. It's recommended you use the Dark+ theme for the
best color highlighting.
This plugin provides, validations, completions, hovers and others for json, and jsonc schemas
This plugin provides automatic highlighting for Molang code in JSON files.
Automatic JSON validation is applied if the files follow a given pattern for naming or proper file structure.
For resource packs, have the files in a folder with the letter RP
or rp
in the name, or in the world folder: resource_packs
.
For behavior packs, have the files in a folder with the letter BP
or bp
in the name, or in the world folder: behavior_packs
.
Can read the following minecraft project files
This plugin provides support for the .mcfunction
files. The following features are provided:
This plugin provides support for .lang
files. The following features are provided:
This plugin provides automatic highlighting for Molang code in JSON files and .molang files. Officially .molang files are not supported by Minecraft, but they're useful for development.
A complete list can be found here. These commands provide things such as cheat sheets, diagnostics, and generations of files.
Settings | Description |
---|---|
Use Education Content | Adds Education Edition content such as items, blocks, entities and commands into code suggestions and debugging. Requires a restart for full effect. |
Use Diagnostics Languages | Turn the diagnostics for language files on or off. Requires a restart for full effect. |
Use Diagnostics Mcfunctions | Turn the diagnostics for mcfunctions files on or off. Requires a restart for full effect. |
Use Diagnostics Json | Turn on or off the diagnostics for json files |
Use Diagnostics For Objectives | Turn on or off the diagnostics for scoreboard objectives |
Use Diagnostics For Tags | Turn on or off the diagnostics for tags |
All thrid party code and libraries this plugin uses are listed here!