{
  // list of mob that won't apply the leveling system. Use the entity's registry name (e.g., minecraft:zombie).
  "mobBlacklist": [],
  // item that won't apply the leveling system. Use the item's registry name (e.g., minecraft:diamond_sword).
  "itemBlacklist": []
}
