
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@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 16 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.