mcfunction commenter aims to automate useful comments for mcfunction files
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
None
Coming soon
No issues found yet You can report them on the repository
- Initial release of mcfunction commenter
- Command Declare Origins basic functionnality was implemented
Removed debug messages
Removed error when no origins functions were found
Smarter filtering:
function foo:bar/qux
no longer counts as calling foo:bar
- Config
- Multiline
- Customise 'this'
- Comment position / condition
- Detect from advancements, tags etc...