
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@spgoding/datapack-language-server
Advanced tools

Data-pack Language Server can provide many heavy language features for documents in your datapack, including advancements, dimensions, dimension types, functions, loot tables, predicates, recipes, all kinds of tags, and all kinds of worldgen files.
npm i -g @spgoding/datapack-language-server in your command line to install the language server.Preferences: LSP Settings.{
"clients": {
"datapack-language-server": {
"command": [
"datapack-language-server",
"--stdio"
],
"enabled": true,
"languages": [
{
"languageId": "mcfunction",
"scopes": [
"source.mcfunction"
],
"syntaxes": [
"Packages/language-mcfunction/mcfunction.tmLanguage"
]
},
{
"languageId": "json",
"scopes": [
"source.json"
],
"syntaxes": [
"Packages/JavaScript/JSON.sublime-syntax"
]
}
]
}
},
"only_show_lsp_completions": true
}
LSP: Enable Language Server Globally, and choose datapack-language-server.We have a ready-for-use VS Code extension:
See our wiki for more information.
Also please note that only the DatapackLanguageService class and its methods are considered as public API. All other
exported classes/functions/variables, including but not limited to everything under the nodes directory, are not part
of the public API and are subject to change breakingly in even patch/minor versions. Do not make your systems depend on
them.
This project follows the all-contributors specification. Contributions of any kind are welcome!
If you'd like to contribute, check CONTRIBUTING.md for more information.
FAQs
A language server for Minecraft: Java Edition datapacks
The npm package @spgoding/datapack-language-server receives a total of 15 weekly downloads. As such, @spgoding/datapack-language-server popularity was classified as not popular.
We found that @spgoding/datapack-language-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.