jaylawl

Results 18 comments of jaylawl

I am having this issue too. If this isn't preventable on the side of libsdisguises, i would like to ask instead: what _exactly_ causes this to happen? Because i'm willing...

@aematsubara I was playing around with this code snipped: ``` public static void resendDisguisePackages(final @NotNull PlayerDisguise playerDisguise) { final PacketContainer addTab = DisguiseUtilities.getTabPacket(playerDisguise, EnumWrappers.PlayerInfoAction.ADD_PLAYER); final PacketContainer deleteTab = addTab.shallowClone(); deleteTab.getPlayerInfoAction().write(0,...

> I don't know specifically what causes it to happen when to the best of my knowledge it should already be worked around. > > To discover more about the...

Aight thank you. I will mess about more with re-sending of the tablist packages and report on my findings, if anything useful pops up.

Oh yeah absolutely. I'm not saying the plugin is doing anything wrong; rather just trying to find a solution for a problem that people have. Nothing ever wrong with sharing...

> if players want to install this mod, they can optifine is an optimisation mod, not a mod made to bypass the chat moderation Shader options do not optimise your...

Same here, tried `System.out.println(new Reflections("java.util").getSubTypesOf(Object.class));` returns empty list. Can't really get anything to work to be frank. im using 0.10.2 /edit: Same with 0.10.1

Ive been at this for about 2 hours now and ive downgraded to 0.9.9. Still no results, never - irregardless of input. Even examples from https://www.baeldung.com/reflections-library do not work, everything...

I have now funked up my own (simple) chess engine / uci interface and i am not experiencing the same issue. I am certain it must be a problem with...

Sweet jesus Owen, your contributions are *amazing*!