Flags

Flags change the attributes of the item.

  • HIDE_ARMOR_TRIM - Dont show the armor trim type in the item lore

  • HIDE_ENCHANTS - Dont show enchants in the item lore

  • HIDE_ATTRIBUTES - Dont show stats in the item lore

  • HIDE_POTION_EFFECTS - Hide effects and information in the item lore

Example of use

Loot-Table:
  p0:
    item:
      flags:
        - HIDE_ENCHANTS
        - HIDE_ATTRIBUTES

Last updated