Configuration not working

I have configured the presents/halloween loot bags to drop scrap and some of them work and some don't work.

In your config settings you have a min and max amount of items. Just like any loot plugin its random on what will be in them from whatever you set as far as items.

I put 500 scrap for both the min and max and it gave me 500 scrap every time. That isn't the issue i'm having. If I set the halloween loot, it doesn't change the halloween loot. Setting the large present loot changes both the halloween and the christmas loot, but some of them don't change the loot at all.

Merged post

{
  "lootTable": [
    {
      "itemName": "scrap",
      "minItemAmount": 2000,
      "maxItemAmount": 2000,
      "attachments": {},
      "chance": 1,
      "skinID": 0
    }
  ]
}


Merged post

This is what I put on the "large present" which changes both the christmas large present and the large loot bag for the halloween event. The large halloween bags .json doesn't change anything. I think it's the small present that doesn't change anything either for both the christmas and halloween loot.

Merged post

  "Large Presents": {
    "Max Items": 1,
    "Min Items": 1,
    "Num Needed To Unwrap": 1
  },

This is what I put in the .json in the config folder

Why on earth would you set hte loot to 2000 each??? Nothing in any loot containers supports a number that high.

The 2000 is how much scrap is in the loot, the max items which is 1 is how many items are in the loot... Nevermind I will go find another plugin to work with since you wrote the plugin and don't understand how it works and still aren't understanding my issue.