Alex

Results 119 comments of Alex

Ah and why are you displaying thr current skin name? What for?

But a player may not have a uuid skin though. There are also URL and custom skins.

Should not be an issue anymore

`/sr createcustom ` Makes it so when you run `/skin `, you get the skin that was custom stored when you ran createcustom. So if `` updates their skin on...

We already do

Well AccessController is still used in two places in Velocity: https://github.com/PaperMC/Velocity/blob/2cf18b0a6d845bbc28eb64774bed371e410f6469/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java#L555 and I believe netty also uses it in a few places. You could also get this option using natives...

It could and I've taken a bit inspiration from that code, but I've opted not to do it because the method contract of those methods is that it also checks...

Alright done, it's now checking it on transport level.