Зделал фильтрацию ников от привилегей а она просто скипаетса и виводит в else
@SubscribeEvent
public static void onLivingUpdate(LivingEvent.LivingUpdateEvent event) {
if (event.getEntityLiving() instanceof PlayerEntity) {
PlayerEntity player = (PlayerEntity)...