Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
About Boson Names in Boson The ZenScriptX Project

tags Loader

The tags loader is a special Loader that fires at a later stage in the Minecraft loading process and allows manipulation of Tags. The Tag bracket handler has a different meaning when used in a file loaded by this loader: refer to the Tags documentation for more information.

Using this loader

This loader can be enabled via the #loader preprocessor directive by specifying its name next to the declaration, as in the following example:

script.zs
#loader tags

Reason for this loader

Refer to the documentation for the tag bracket handler and the page related to the actual concept for more information.