I just updated it anyway 😊
Please (make a backup of your project¹ and) download version 1.0.2, it is considerably faster.
¹ Mentioning it for everyone else (@Critterprinter will likely just use Git for that), and just because it’s a good idea in general. Technically this plugin is far less likely to delete part of your project than RPG Maker itself², but still it’s a good idea in general.
² RPG Maker doesn’t atomically update your data files but erases them and then writes the new version. If it crashes during that process, then data is lost.
My plugin here saves a new version of the file separately and then renames it over the old version, which is much safer.