This is something that I find slightly frustrating about RPG maker mv. If you want to figure out the word-count of your game, or the word count of what you've added, you have to have typed out everything in a word doc beforehand. It's not something absolutely vital, but keeping track of project progress and having a nice "This project has 130k words!" tagline for advertising purposes is nice and I'm certain I'm not the only one who's thought this.
So, what I want is some kind of way to word count my project. Whether that's through a plug-in command that parses all events in game and returns the word count of show text boxes or just an external parser that I can run to determine the word count of show text commands of the various jsons in game. Being able to get the word-count of individual events would be a plus (So I can say "this update contains 5k words" by parsing new events, for example). I've googled this several times over the last year and got nothing.
I would greatly appreciate it.