This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Vanilla Tags
RedstoneFuture edited this page Jun 12, 2021
·
3 revisions
Tags are part of Vanilla Minecraft itself. For example, vanilla block tags are used for various block properties, vanilla item tags are used for various item properties, vanilla advancement files and vanilla recipe files, and vanilla entity type tags are used for various mob properties.
We decided to use these tags in our new flag system, this way you can easily set scopes of flags without having to add like 10 values yourself.
Tags are used in flags that accept block types, but are prefixed with #
. As an example, the command /plot flag set use #signs
will add the sign category to the use
flag. This is equivalent to adding every sign type to the flag.
A complete list of tags and the items contained in them, can be found in the official wiki.