Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nbtlib | 97 | 5 | 18 | 9 months ago | 67 | November 25, 2021 | 18 | mit | Python | |
A python library to read and edit nbt data. | ||||||||||
Minecraft Bedrock Json Schemas | 33 | a month ago | 9 | bsd-3-clause | JSON | |||||
The JSON validation schema files for Minecraft bedrock | ||||||||||
Minecraft Schemas | 31 | 11 | 3 months ago | 92 | July 14, 2022 | mit | TypeScript | |||
Schemas to parse and validate JSON structures | ||||||||||
Minecraft Json Schemas | 24 | 4 years ago | 1 | JavaScript | ||||||
Json schemas for various minecraft files. | ||||||||||
Bedrock Json Schemas | 10 | a year ago | mit | |||||||
JSON Schemas for Minecraft: Bedrock Edition Addons | ||||||||||
Go Minecraftping | 5 | 4 years ago | mit | Go | ||||||
Go wrapper for querying Minecraft Java Edition servers. | ||||||||||
Minecraftjsonschemas | 4 | 5 years ago | other | |||||||
A collection of JSON schemas for Minecraft | ||||||||||
Skree | 4 | 5 years ago | 26 | mpl-2.0 | Java | |||||
The new Aurora | ||||||||||
Mc Doubletap | 2 | a year ago | 1 | unlicense | Java | |||||
A Minecraft plugin which provides a GraphQL interface into your server. | ||||||||||
Vscode Mcjson | 2 | 5 years ago | 2 | mit | ||||||
An extension to bring Minecraft json validation to VSCode |
The JSON validation schema files for Minecraft bedrock
Any changes to the schemas are to be done through the source files in the folder source. These get converted and compressed through an action into smaller schemas. On other matters follow the Contribution guide.
This project could use help in filling in descriptions, titles and giving snippets!
JSON validation can give snippets for sub items, as well as description, but this hasn't always been filled out!
vscode-settings.json
file into the .vscode
folder in your project and rename it to: settings.json
vscode-settings.json
into your .code-workspace
file under the property settings:{
"folders": [ { "path": "." } ],
"settings": {
"json.schemas": [
...
]
}
}
This project makes use of Microsoft open source license: CC-BY-4.0, MIT licenses.