Skip to content

Restricting items categories for admins only

Daniel Varnai edited this page Jan 3, 2016 · 1 revision

You can restrict items and even whole categories by simply adding the "flag" attribute to them.

For example:

"My restricted category"
{
    "flag" "b"
    "A restricted item inside a restricted category"
    {
        "flag" "d"
        ...
    }
}