5.2.0 Apr 8, 2024
updated the command framework.

5.1.4 Jan 3, 2024
Updater will check any new releases on GitHub as well as on Polymart.org.

5.1.3 Dec 10, 2023
fixed the items.yml file for 1.20.R3.

5.1.0 Sep 22, 2023
updated for 1.20.2.

5.0.1 Jul 1, 2023
fixed the whitelist config reading process.

4.6.6 May 9, 2023
checks "creativeitemcontrol.drop" permission upon attempt to drop an item.

4.2.0 Dec 3, 2021
built against 1.18, added updated whitelisting.
The whitelisting can now accept arbitrary NBT:

# Whitelist - items to allow arbitrary nbt on.
# Enchanted items may not be safe e.g. looting 32000.
whitelist:
  item0:
    type: 'minecraft:diamond_sword'
    tags:
      - "{HideFlags : 1}"
  item1:
    type: 'minecraft:skull'