Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 636 Bytes

mcfunction commenter aims to automate useful comments for mcfunction files

Features

Command: Declare Origins

When used in a mcfunction file in a open datapack, will insert a header comment that shows where the function is called from. For example:

#> from: namespace:load, namespace:install

Requirements

None

Extension Settings

Coming soon

Known Issues

No issues found yet You can report them on the repository

TODO

  • Config
    • Multiline
    • Customise 'this'
    • Comment position / condition
  • Detect from advancements, tags etc...