Update the Name Provider for PaperMC to use its PlayerProfile API After the last update, I had searched through the public API of PaperMC to see whether or not there is a way to get the name from UUID without using internal code. I found that their PlayerProfile API has a method to fill the profile from its internal cache, which is exactly what I did in the last update, so I implemented it in this update. As a result, the supported version range of the feature was expanded, from 1.16.5 to the latest version. This also includes some forks that backported PaperMC's PlayerProfile API (PandaSpigot for example). Lastly, it's also future-proof, so that you won't have to wait for me updating the plugin every time a new Minecraft version is released. For other versions that didn't implement PlayerProfile API, the plugin will fallback to use Bukkit API.