ItemLimiter config examples
=========================

Example rule:
"DIAMOND": {
  "limit": 32,
  "action": ["pickup", "containers", "inventory", "craft"]
}

Available actions:
- pickup      -> blocks picking the item up from the ground when the player would exceed the limit
- containers  -> blocks taking the item out of chests, barrels, shulkers, hoppers, etc. when the player would exceed the limit
- inventory   -> blocks inventory moves like shift-clicks, hotbar swaps and creative insertion when the player would exceed the limit
- craft       -> blocks crafting results when the player would exceed the limit

Recommended examples:
- End crystals / pearls / gapples / totems
- Event or economy items
- Rare crafting materials
