Hey, I'm writing a plugin that opens a TPA gui up so I can make one time use TPA Scrolls. Instead of writing my own logic for TPAs I'm using CMI's tpa system because I hate the idea of doing warmups and particles and confirmations and shit.
I'm looking through the CMI API and I don't see any sort of custom TPA accept event that's thrown. Is that something that could be added next API version?
For now I'll be using CMIAsyncPlayerTeleportEvent and CMIPlayerTeleportRequestEvent to get this done in the most janky fashion.