mcfunction-novum

[1.18.2] Minecraft function language. Has syntax highlighting and autocomplete.

jan00bl

11,914

5

1.18.10

MIT

GitHub

This package provides the following services:

[1.18.2] mcfunction language support for atom

Info

This is a fork of https://github.com/Bassab03/mcfunction (orignal author: Yurihaia). I have not created the base of this package, all the credits for that goes to Yurihaia, but I know how to edit the package to support the newest commands and items and I will also add quality of life changes. My goal is to keep the package up to date with the latest snapshots.

Features

Common "Issues"

The syntax highlighting stops working in long commands (especially tellraw)

This behavior is not a bug. It is a result of atom's token limit. You can increase the token limit with this pack.
But keep in mind increasing the token limit can impact performance.

The /replaceitem command is not working correctly

That's because in 1.17 the /replaceitem command was replaced with the /item command. But you can change the version to 1.16 in the package settings in order to use the /replaceitem command again.