{{#with (JSONparse (read "./public/json/commands.json"))}}
{{#each this}}
{{capitalize @key}}
{{/each}}
{{#each this}} {{#eq @key ../../title}} {{#eq this.position true}}
Set the position:
Paste
^
~
Clear
{{/eq}} {{/eq}} {{/each}}
{{#each this}} {{#eq @key ../../title}} {{#eq this.block true}}
Choose your block:
Unset
{{!-- {{#with (JSONparse (read "./public/json/blocks.json"))}} {{#each this}}
{{capitalizeAll (replace @key "_" " ")}}
{{/each}} {{/with}} --}}
{{/eq}} {{/eq}} {{/each}}
{{/with}}
Command output:
{{!-- Own js --}}