For people who want to play the game, but are tired of the goddamn grind, you can go to the data/Actors.json file and change the first line:
{"id":1,"battlerName":"","characterIndex":0,"characterName":"CharaChip01","classId":1,"equips":[1,2,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"???","nickname":"","note":"gameInitでデフォ名を設定","profile":""},
to
{"id":1,"battlerName":"","characterIndex":0,"characterName":"CharaChip01","classId":1,"equips":[1,2,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":99,"maxLevel":99,"name":"???","nickname":"","note":"gameInitでデフォ名を設定","profile":""},
So you start off max level.
You can also go the data/CommonEvents.json file and find the line:
{"code":401,"indent":2,"parameters":["EXP:\\V[62] MONEY:\\V[63] Gamets"]}
and change it to
{"code":401,"indent":2,"parameters":["EXP:\\V[62] MONEY:\\V[63] Gamets"]},{"code":355,"indent":2,"parameters":["$gameParty.allMembers()[0].recoverAll()"]}
this will make it so that your HP and SP regenerate after every battle.