0.2.4 • Published 3 years ago

hexo-minecraft-templates v0.2.4

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Hexo-Minecraft-Templates

A plugin for hexo to generate Minecraft related content just like in MinecraftWiki.

Schematic Template

Generate Minecraft schematic blocks table with hexo tags. See official MinecraftWiki help page and documentation for usage and block identifing codes.

Demo here

Usage example:

Single Level:

{% minecraft caption %}
|AB + T |rd-se! |rd-ew! |SB     |-
|AB     |       |       |rd-!   |-
{% endminecraft %}

Multiple Level:

{% minecraft caption %}
|----LevelName1|-
|AB + T |rd-se! |rd-ew! |SB     |-
|AB     |       |       |rd-!   |-
|----LevelName2|-
|AB||rd-se!||-
|AB||K|-
{% endminecraft %}

Notes

  • Anonymous levels are named as Level1, Level2...
  • The blocks before the first level tag are named as Level0

TODO

  • Add argparser and args: label-align, grid-size, is-layer-tansparent (Format here)
  • Add link for blocks
  • Add display for size and block statistic info
  • Add tag option for side/top view
  • Add option for border style: none, whole, level
  • Clean and minify css
0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago