forked from SpyglassMC/Spyglass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
77 lines (77 loc) · 9.06 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"datapackLanguageServer.displayName": "Datapack Helper Plus (MCF)",
"datapackLanguageServer.description": "Heavy language features for MCFunction files",
"datapackLanguageServer.commands.regenerateCache.title": "Regenerate Cache",
"datapackLanguageServer.config.env.permissionLevel": "`function-permission-level` defined in `server.properties`.",
"datapackLanguageServer.config.env.version": "The version of the command tree. Only major versions are available.",
"datapackLanguageServer.config.env.dataVersion": "The version of the completion data, including registries, block definitions, and nbtdoc. Should be an identity in the [version manifest](https://launchermeta.mojang.com/mc/game/version_manifest.json) which was released after `19w40a`. Apart from a version identity, you can also input `Latest release` or `Latest snapshot` here (case-insensitive).",
"datapackLanguageServer.config.snippets": "Code snippets.",
"datapackLanguageServer.config.lint.enableFormatting": "Whether to enable the formatting feature. **WARNING**: your input can be accidentally lost by using this feature. Use it at your own risk.",
"datapackLanguageServer.config.lint.blockStateAppendSpaceAfterComma": "Whether to append spaces after commas in block states or not.",
"datapackLanguageServer.config.lint.blockStatePutSpacesAroundEqualSign": "Whether to put spaces around equal signs in block states or not.",
"datapackLanguageServer.config.lint.blockStateSortKeys": "Whether to sort the keys in block states or not.",
"datapackLanguageServer.config.lint.entitySelectorAppendSpaceAfterComma": "Whether to append spaces after commas in entity selectors or not.",
"datapackLanguageServer.config.lint.entitySelectorPutSpacesAroundEqualSign": "Whether to put spaces around equal signs in entity selectors or not.",
"datapackLanguageServer.config.lint.entitySelectorKeyOrder": "In which order the arguments in entity selectors should be. The default order is based on the research by vdvman1 at https://minecraftcommands.github.io/commanders-handbook/selector-argument-order.",
"datapackLanguageServer.config.lint.quoteType": "Quotes used in NBT strings and phrase strings.",
"datapackLanguageServer.config.lint.quoteType.0": "Always use single quotes.",
"datapackLanguageServer.config.lint.quoteType.1": "Always use double quotes.",
"datapackLanguageServer.config.lint.quoteType.2": "Always use single quotes, unless there are single quotes in the string.",
"datapackLanguageServer.config.lint.quoteType.3": "Always use double quotes, unless there are double quotes in the string.",
"datapackLanguageServer.config.lint.quoteEntitySelectorKeys": "When the keys in entity selectors should be quoted.",
"datapackLanguageServer.config.lint.quoteEntitySelectorKeys.0": "Always.",
"datapackLanguageServer.config.lint.quoteEntitySelectorKeys.1": "Never.",
"datapackLanguageServer.config.lint.quoteSnbtStringKeys": "When the string keys in SNBTs should be quoted.",
"datapackLanguageServer.config.lint.quoteSnbtStringKeys.0": "Always.",
"datapackLanguageServer.config.lint.quoteSnbtStringKeys.1": "Only when there are special characters in the string.",
"datapackLanguageServer.config.lint.quoteNbtStringValues": "When the string values in SNBTs should be quoted.",
"datapackLanguageServer.config.lint.quoteNbtStringValues.0": "Always.",
"datapackLanguageServer.config.lint.quoteNbtStringValues.1": "Only when there are special characters in the string.",
"datapackLanguageServer.config.lint.snbtAppendSpaceAfterColon": "Whether to append spaces after colons in SNBTs or not.",
"datapackLanguageServer.config.lint.snbtAppendSpaceAfterComma": "Whether to append spaces after commas in SNBT or not.",
"datapackLanguageServer.config.lint.snbtAppendSpaceAfterSemicolon": "Whether to append spaces after semicolons in SNBTs or not.",
"datapackLanguageServer.config.lint.snbtByteSuffix": "The suffix used for TAG_Byte in SNBTs.",
"datapackLanguageServer.config.lint.snbtUseBooleans": "Whether `0b` and `1b` should be represents by `false` and `true` in SNBTs or not.",
"datapackLanguageServer.config.lint.snbtShortSuffix": "The suffix used for TAG_Short in SNBTs.",
"datapackLanguageServer.config.lint.snbtLongSuffix": "The suffix used for TAG_Long in SNBTs.",
"datapackLanguageServer.config.lint.snbtFloatSuffix": "The suffix used for TAG_Float in SNBTs.",
"datapackLanguageServer.config.lint.snbtDoubleSuffix": "The suffix used for TAG_Double in SNBTs.",
"datapackLanguageServer.config.lint.snbtOmitDoubleSuffix": "Whether to omit the suffix of double numbers when possible in SNBTs or not.",
"datapackLanguageServer.config.lint.snbtKeepDecimalPlace": "Whether to keep at least one decimal place in SNBTs or not.",
"datapackLanguageServer.config.lint.snbtSortKeys": "Whether to sort the keys in SNBTs or not.",
"datapackLanguageServer.config.lint.timeOmitTickUnit": "Whether to omit the unit of tick (`t`) in time arguments.",
"datapackLanguageServer.config.lint.nameOfObjectives": "The naming convention for scoreboard objectives.",
"datapackLanguageServer.config.lint.nameOfSnbtCompoundTagKeys": "The naming convention for compound tag keys in SNBTs.",
"datapackLanguageServer.config.lint.nameOfTags": "The naming convention for scoreboard tags.",
"datapackLanguageServer.config.lint.nameOfTeams": "The naming convention for teams.",
"datapackLanguageServer.config.lint.strictBossbarCheck": "Whether to throw warnings for undefined bossbars.",
"datapackLanguageServer.config.lint.strictStorageCheck": "Whether to throw warnings for undefined data storages.",
"datapackLanguageServer.config.lint.strictObjectiveCheck": "Whether to throw warnings for undefined objectives.",
"datapackLanguageServer.config.lint.strictTagCheck": "Whether to throw warnings for undefined tags.",
"datapackLanguageServer.config.lint.strictTeamCheck": "Whether to throw warnings for undefined teams.",
"datapackLanguageServer.config.lint.strictAdvancementCheck": "Whether to throw warnings for advancements which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictFunctionCheck": "Whether to throw warnings for functions which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictLootTableCheck": "Whether to throw warnings for loot tables which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictPredicateCheck": "Whether to throw warnings for predicates which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictRecipeCheck": "Whether to throw warnings for recipes which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictBlockTagCheck": "Whether to throw warnings for block tags which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictEntityTypeTagCheck": "Whether to throw warnings for entity type tags which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictFluidTagCheck": "Whether to throw warnings for fluid tags which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictFunctionTagCheck": "Whether to throw warnings for function tags which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictItemTagCheck": "Whether to throw warnings for item tags which don't exist in your workspace.",
"datapackLanguageServer.config.lint.strictMobEffectCheck": "Whether to throw warnings for unknown mob effects.",
"datapackLanguageServer.config.lint.strictEnchantmentCheck": "Whether to throw warnings for unknown enchantments.",
"datapackLanguageServer.config.lint.strictSoundEventCheck": "Whether to throw warnings for unknown sound events.",
"datapackLanguageServer.config.lint.strictEntityTypeCheck": "Whether to throw warnings for unknown entity types.",
"datapackLanguageServer.config.lint.strictDimensionTypeCheck": "Whether to throw warnings for unknown dimension types.",
"datapackLanguageServer.config.lint.strictBlockCheck": "Whether to throw warnings for unknown blocks.",
"datapackLanguageServer.config.lint.strictItemCheck": "Whether to throw warnings for unknown items.",
"datapackLanguageServer.config.lint.strictPotionCheck": "Whether to throw warnings for unknown potions.",
"datapackLanguageServer.config.lint.strictMotiveCheck": "Whether to throw warnings for unknown motives.",
"datapackLanguageServer.config.lint.strictFluidCheck": "Whether to throw warnings for unknown fluids.",
"datapackLanguageServer.config.lint.strictParticleTypeCheck": "Whether to throw warnings for unknown particle types.",
"datapackLanguageServer.config.lint.strictCheckOption.0": "Check all IDs.",
"datapackLanguageServer.config.lint.strictCheckOption.1": "Only check IDs belonging to the default namespace (`minecraft`).",
"datapackLanguageServer.config.lint.strictCheckOption.2": "Never check those IDs.",
"datapackLanguageServer.config.lint.omitDefaultNamespace": "Whether to omit default namespace (`minecraft`) in namespaced IDs. No matter what the setting is, namespaces in SNBT predicates will always be kept."
}